grpc / grpc.github.io

The grpc.io website. (on GitHub pages)
276 stars 381 forks source link

Context Propagation in Java #443

Open hsaliak opened 7 years ago

hsaliak commented 7 years ago

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.

natemurthy commented 7 years ago

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: