grpc / grpc.github.io

The grpc.io website. (on GitHub pages)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document gRPC Metadata model and APIs

hsaliak opened this issue · comments

Common Questions:

  • What's a use case for metadata? Some examples where this is used, eg auth.

  • How do I add metadata? What API to call?

  • What are the payloads of metadata? String only, or can it be PB definitions?

  • How is it different from Context Propagation?

  • Java

  • C/Core based Wrapped language

  • Go

  • All languages