opentracing-contrib / java-kafka-client

OpenTracing Instrumentation for Apache Kafka Client
Apache License 2.0
125 stars 64 forks source link

Custom Tag not visible in ConsumerApp #76

Closed nichuHere closed 4 years ago

nichuHere commented 4 years ago

Producer1 publishes messages with custom tag to Topic1 Consumer1 retrieves the message, performs transformation, publishes the message to Topic 2

Custom tag is visible in Producer1 span Custom tag not visible in Consumer1 span Custom tag visible in Producer of Consumer1.

What am I missing?

malafeev commented 4 years ago

@nichuHere tags are not passed from span to span. baggage item is designed for that.