Oren Ben-Meir

Results 11 comments of Oren Ben-Meir

The functionality on the agent side is essentially "code complete" and merged into the main branch of the agent but not done. Waiting on end to end validation to be...

I put this in progress because it is a post release task for our spring-kafka support

https://github.com/newrelic/docs-website/pull/21014

The functionality on the agent side is essentially "code complete" and merged into the main branch of the agent but not done. Waiting on end to end validation to be...

End to end validation is complete, some more discussions if other agent teams would want to replicate the Java Agent's approach needs to be done until the ticket is closed.

It is possible for us to set up distributed tracing for producers where we add new message attributes. For consumers on the other hand it is not possible due to...

@elucus In contrast, NR Lab's approach adds DT for consumers, however it accepts every message's inbound headers and only assumes one entity is producing to a queue. However, since you...

Another update, our decision is to support out of the box DT for producers but not for consumers.