Hi All,
I have kafka stream application which is running in springboot-2.x, kafka-streams-2.5.1 and spring-cloud-sleuth (log tracing) and I’m using KafkaStreamsTracing
for print traceId and spanId.
Now we are upgrading our application into springboot-3.3.4, kafka-stream-3.7.1 and io.metrix (log tracing) after upgrade traceId and spanId is not printing in kafka-stream. Please help me on this.