-
Notifications
You must be signed in to change notification settings - Fork 10k
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(client/v3/naming): deprecate usage of gresolver.Address.Metadata #19732
base: main
Are you sure you want to change the base?
feat(client/v3/naming): deprecate usage of gresolver.Address.Metadata #19732
Conversation
This implementation adds the new Addributes field to resolver to better align with gRPC's API as highlighted in issue etcd-io#19706 Signed-off-by: amosehiguese <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amosehiguese The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @amosehiguese. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
... and 22 files with indirect coverage changes @@ Coverage Diff @@
## main #19732 +/- ##
==========================================
+ Coverage 68.78% 68.88% +0.09%
==========================================
Files 421 421
Lines 35857 35861 +4
==========================================
+ Hits 24664 24702 +38
+ Misses 9759 9735 -24
+ Partials 1434 1424 -10 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Now I have to fix robustness 😂. @henrybear327 do you have any suggestions? Should I add a test case to cover that area? If yes, should it be under integration tests? |
It's low qps /retest |
Phew, what a relief! 😂 Thanks for the clarification though. I guess I can take up other issues now. Appreciate the support! Loads of thanks! 😊 |
Thanks for the PR. For this specific issue #19700, we expect grpc to resolve it instead of etcd. See grpc/grpc-go#8227 We need experienced contributors to work on #15145 |
This implementation adds the new Addributes field to resolver to better align with gRPC's API as highlighted in issue #19706
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.