Does anyone have a working example of io.grpc.Context propagation between client (stub) and server using gRPC in java?
My understanding is that it's not possible and I must use Metadata instead. Am I correct?
Online I have found only examples using Header rather than Context.
Thanks!