Search before asking
Description
Broken Tracing Chain with Spring Kafka 3.1.0+: With Spring Kafka 3.1.0+ and kafka-clients 3.9.1+, The class named LegacyKafkaConsumer was rename to ClassicKafkaConsumer. Because of the enhance class was changed, so we should create new Instrumentation to enhance the new class.
Use case
When microservices use Spring Kafka 3.1.0+ with Kafka clients version 3.9.0+, the Kafka consumer call chain remains unbroken.
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct