-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(adater): Implement go-micro adapter #214
Conversation
Could you please resolve CI failure? |
Hi, it seems that the Travis CI failure caused by the test of Circuit Breaker. I compared the log on Travis CI of both PR #213 and my PR indicates it. And the test result of the PR I submitted as follows. The following tests were performed on macOS 10.15.6 and with go version 1.15.
|
The failure may occur here:
|
And you may need to format your code and imports with |
Thanks for you review, I will check this and make a fix. |
Fixes submitted
|
You may need to re-organize your imports with |
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
==========================================
- Coverage 42.41% 42.41% -0.01%
==========================================
Files 82 85 +3
Lines 4406 4515 +109
==========================================
+ Hits 1869 1915 +46
- Misses 2297 2357 +60
- Partials 240 243 +3
Continue to review full report at Codecov.
|
Sorry for the format problems, I haven't lint the autogenerated proto files because of the quote "// Code generated by protoc-gen-micro. DO NOT EDIT." in the last build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for contributing! I'll rearrange some of the code later. |
Describe what this PR does / why we need it
This PR integrate the Adapter of go-micro
Does this pull request fix one issue?
This PR add integration for go-micro, Fixes #150
Describe how you did it
Add this feature via go-micro server wrapper and intercept client call
Describe how to verify it
Run tests inside the adapter/go_micro package
Special notes for reviews