-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support BINARY format #51
Comments
I don't see how we can add support for Binary. |
What about https://github.com/grpc/grpc-java/blob/master/api/src/main/java/io/grpc/Metadata.java#L76 ? Would that help? Let me know. If it's truly not possible, lets close this item. Else we can keep it as a potential enhancement ;) (not an urgent thing, that is) |
I think I need more time to evaluate how binary context can be injected. I didn't see usage of it in java instrumentations. |
As per this only
TEXT_MAP
format is supported.I think support for
BINARY
could be added as an option for the user to explicitly specify, and keepTEXT_MAP
as the default.The text was updated successfully, but these errors were encountered: