vertx-kafka-client
vertx-kafka-client copied to clipboard
Consume messages on duplicate context
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!
I think we can schedule this contribution for 4.3.0