-
Notifications
You must be signed in to change notification settings - Fork 206
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: support request context #636
Conversation
Codecov Report
@@ Coverage Diff @@
## main #636 +/- ##
==========================================
+ Coverage 66.41% 66.43% +0.02%
==========================================
Files 283 283
Lines 44257 44248 -9
==========================================
+ Hits 29393 29398 +5
+ Misses 14864 14850 -14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
f12b73b
to
c232fbf
Compare
79edabb
to
090ea38
Compare
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
* feat: support new request context * fix clippy * fix message * fix wong wal location * remove schema from route trait * fix clippy * make CI happy * refactor by CR --------- Co-authored-by: chunshao.rcs <[email protected]>
Which issue does this PR close?
Closes #
Rationale for this change
Adopt with latest protobuf
What changes are included in this PR?
Are there any user-facing changes?
Yes, SDK will pass request context
How does this change test
CI