You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using brave-instrumentation-kafka-streams version 5.16.0 in a Spring boot 3 + Micrometer application, and I am observing that the consumer creates a new trace.
Expected Behaviour
The trace id of the producer should be continued by the consumer.
The text was updated successfully, but these errors were encountered:
@navaneeth-spotnana thanks for reporting this. Would you mind sharing more context on how this is not working? How's the producer instrumented? How's your stream application instrumented?
If you have a test case or sample application to reproduce (similar to https://github.com/openzipkin/brave-example/) would be even better.
Describe the Bug
I am using
brave-instrumentation-kafka-streams
version 5.16.0 in a Spring boot 3 + Micrometer application, and I am observing that the consumer creates a new trace.Expected Behaviour
The trace id of the producer should be continued by the consumer.
The text was updated successfully, but these errors were encountered: