GuiSong01 opened a new issue, #13561: URL: https://github.com/apache/skywalking/issues/13561
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description **Broken Tracing Chain with Spring Kafka 3.1.0+**: With Spring Kafka 3.1.0+ and kafka-clients 3.7.1+, the `DefaultKafkaConsumerFactory` class introduced an inner class `ExtendedKafkaConsumer`. This change caused the tracing chain to break when microservice use kafka-clients 3.7.1 and spring-kafka 3.1.0+, as the existing Kafka plugin instrumentation was not compatible with this new class structure. ### Use case When microservices use Spring Kafka 3.1.0+ with Kafka clients version 3.7.1+, 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? - [x] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
