Service implementation running in a different thread than "ServerCall<RespT>.request()"? · Issue #1949 · grpc/grpc-java
I've implemented a simple ServerInterceptor whose intent is to grab the value of an header (a "trace ID") and place it in the MDC upon receiving a request (and to do the reverse when request handli...