-
Notifications
You must be signed in to change notification settings - Fork 173
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: InvokeService support specific target address #739
Conversation
Codecov ReportBase: 60.56% // Head: 60.61% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #739 +/- ##
==========================================
+ Coverage 60.56% 60.61% +0.04%
==========================================
Files 133 133
Lines 8323 8327 +4
==========================================
+ Hits 5041 5047 +6
+ Misses 2705 2704 -1
+ Partials 577 576 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…into specify_target_address
Thanks! |
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. We can improve this feature in the future.
For now, @kevinten10 needs this feature to do POC
What this PR does:
user can specific provider ip address with set "rpc_target_address" in grpc header, layotto will send the request to specific ip address.
Which issue(s) this PR fixes:
Fixes #705
Special notes for your reviewer:
Does this PR introduce a user-facing change?: