Skip to content

Ensure gRPC binary metadata keys are supported by clients #671

@cretz

Description

@cretz

Describe the solution you'd like

For RPC metadata, users need to be able to pass -bin keys that are sent as gRPC binary headers. This is already supported in native gRPC libraries like Go/Java, but not most Core SDKs. Today, Core SDKs assume string values as ascii headers and Tonic fails if this is done with a -bin header.

We need to accept bytes as RPC metadata values and need to update code to have Tonic set those as binary headers on the metadata map for -bin keys.

Per-SDK Tickets

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions