Grpc-Gateway and ConnectClient #545
-
Hi all, Is there a way to use connect client in grpc-gateway instead of grpc.Dial ? I am trying to integrate open telemetry tracing using github.com/bufbuild/connect-opentelemetry-go. The library expects to be incoming requests made by connect generated clients to use same traceID. |
Beta Was this translation helpful? Give feedback.
Answered by
akshayjshah
Sep 13, 2023
Replies: 1 comment 2 replies
-
I don't believe that there is, but that's a better question to ask in the grpc-gateway repository :) We're working on a bit of middleware that should be able to replace grpc-gateway in many cases, though - stay tuned! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
justmumu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't believe that there is, but that's a better question to ask in the grpc-gateway repository :)
We're working on a bit of middleware that should be able to replace grpc-gateway in many cases, though - stay tuned!