Propagatin of traceId(open tracing) in rqueueListener #168
Replies: 1 comment 2 replies
-
Yes, you can achieve this using middleware and MDC. You need to add a middleware that will inject trace ids and other metadata in the MDC. Here multiple middlewares have been added for different purpose you need to add TraceId injector as the first middleware. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am using opentracing in my application and using Rqueue for retry logic. There is a requirement to propagate traceId from the application to RqueueListener.
Is this supported?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions