vert-x3 / vertx-kafka-client

Reactive Kafka Client for Vert.x
Apache License 2.0
84 stars 82 forks source link

Docs update: Add note on Kafka Consumer tracing #213

Closed juliantcook closed 2 years ago

juliantcook commented 2 years ago

Motivation:

So that users don't assume they can rely on a unique local context among handlers during message consumption, can we update the docs with a note? Is it clear enough? Thanks!

juliantcook commented 2 years ago

What is the reason a context is not duplicated (when Vert.x Tracing isn't enabled) when consuming messages?

vietj commented 2 years ago

that's something we never thought of @juliantcook but that might be a good thing to do

vietj commented 2 years ago

I think we should open an issue for this and discuss it

juliantcook commented 2 years ago

@vietj

Raised https://github.com/vert-x3/vertx-kafka-client/issues/214

thanks!