You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
I want to propagate user credential/token across multiple calls
I want to propagate trace ID of some sort across multiple calls
Does it only propagate one way down the calls?
How is it different from metadata?
Context = in-process
Currently marking this as Java only since the mechanisms are slightly different across the runtimes. For example, in Go, context propagation follows language idiomatic guidelines and is well described in the examples already.
The text was updated successfully, but these errors were encountered:
I'ld also like to see some documentation around best practices for in-process context propagation for the Java gRPC library. Here is some existing literature on the subject:
Provide documentation around Context propagation
Currently marking this as Java only since the mechanisms are slightly different across the runtimes. For example, in Go, context propagation follows language idiomatic guidelines and is well described in the examples already.
The text was updated successfully, but these errors were encountered: