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
When adding a doOnSubscribe just after the ReactiveKafkaConsumerTemplate receiveAutoAck flux, leads to the loss of tracing context.
This was tested having Datadog Agent running, which injects parent_id and trace_id.
Expected Behavior
Having a simple doOnSubscribe under the ReactiveKafkaConsumerTemplate receiveAutoAck flux should not affect the tracing context.
Actual Behavior
When doOnSubscribe is added, the tracing is lost and no longer logged or propagated by the service.
Steps to Reproduce
Have a tracing agent in place (Eg DataDog)
Add a doOnSubscribe after the receiveAutoAck call:
When adding a doOnSubscribe just after the ReactiveKafkaConsumerTemplate receiveAutoAck flux, leads to the loss of tracing context.
This was tested having Datadog Agent running, which injects parent_id and trace_id.
Expected Behavior
Having a simple doOnSubscribe under the ReactiveKafkaConsumerTemplate receiveAutoAck flux should not affect the tracing context.
Actual Behavior
When doOnSubscribe is added, the tracing is lost and no longer logged or propagated by the service.
Steps to Reproduce
Environment
Behaviour tested on:
The text was updated successfully, but these errors were encountered: