vertx-kafka-client icon indicating copy to clipboard operation
vertx-kafka-client copied to clipboard

Consume messages on duplicate context

Open juliantcook opened this issue 3 years ago • 1 comments

Describe the feature

Consume messages on a duplicate context regardless of whether Vert.x tracing is enabled so that a context's local data can be used amongst handlers.

Use cases

Users may want to have a context they can share between handlers for a single message, like the behaviour users are used to from HTTP request handlers.

Contribution

I can raise a PR for this if it is agreed it is useful and not detrimental.

If we don't want to add this behaviour can we update the docs to reflect: https://github.com/vert-x3/vertx-kafka-client/pull/213

Thanks!

juliantcook avatar Feb 07 '22 09:02 juliantcook

I think we can schedule this contribution for 4.3.0

vietj avatar Feb 07 '22 14:02 vietj