vert-x3 / vertx-kafka-client

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

Let users define tracing options in all cases #260

Closed tsegismont closed 9 months ago

tsegismont commented 9 months ago

When creating a producer/consumer (or the stream equivalent) from an existing Kafka client producer/consumer, default tracing options where used.

Consequently, the policy was always set to PROPAGATE.

Besides, when creating a shared producer, user provided config was used to create the Kafka producer, but then default options were used for tracing.

tsegismont commented 9 months ago

Thanks @ppatierno