-
Notifications
You must be signed in to change notification settings - Fork 50
Support for gRPC binary metadata headers #575
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
Conversation
cretz
left a comment
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.
Nothing blocking, just pedantic overload stuff on internal things
cretz
left a comment
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.
Looks great, thanks! (though as mentioned in comment, have to merge temporalio/sdk-core#1076 first and update submodule stuff here)
What was changed
Why?
Binary headers cannot be specified using the existing metadata APIs. These new APIs for client options and RPC options allow specifying the binary metadata headers.
Checklist
Closes [Feature Request] Ensure gRPC binary metadata headers are supported #512
How was this tested: Add tests and validate it works with new sdk-core update.
Any docs updates needed? Unsure, will check with team