Kafka Consumer does not Capture Producer TraceID, Expected same traceId
Summary Expecting: consumer and producer have the same trace ID Current result: their traceIds are different. Description I am enabling tracing in my spring cloud, spring boot 3 application. The tracing tool used is micrometer and zipkin. The Sleuth is not compatible for spring boot 3. I have enabled the producer trace and I can […]