-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
feature: add grpc serializer #6992
feature: add grpc serializer #6992
Conversation
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.
grpc decode和encode需要将其中的序列化方式改为grpc
GRPC decoding and encoding need to change the serialization method in it to grpc
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6992 +/- ##
============================================
- Coverage 52.67% 52.66% -0.02%
- Complexity 6572 6573 +1
============================================
Files 1125 1126 +1
Lines 39924 39942 +18
Branches 4676 4678 +2
============================================
+ Hits 21031 21034 +3
- Misses 16897 16912 +15
Partials 1996 1996
|
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
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
#6990
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews