HuangDayu opened a new issue #5781: URL: https://github.com/apache/skywalking/issues/5781
Please answer these questions before submitting your issue. - Why do you submit this issue? - [x] Bug ___ ### Question - What do you want to know? **zh_cn**: 我想要跟踪一帧TCP消息的生产消费过程,但是当消息量过大时,Kafka的消费者的TraceId则絮乱了,出现了大量重复。 **en**: I want to track the production and consumption process of a frame of TCP messages, but when the message volume is too large, the TraceId of Kafka consumers is confused, and there are a lot of repetitions. ___ ### Bug - Which version of SkyWalking, OS and JRE? | name | version | | :----------: | :-------------: | | os | `win10` | | java | `openjdk11` | | SkyWalking | `8.2.0` | | kafka | `2.5.0` | | spring-cloud | `Hoxton.SR8` | | spring-boot | `2.3.2.RELEASE` | | spring-kafka | `2.5.4.RELEASE` | - What happened? #### tcp threads is 100 ,100 messages **producer**  **consumer**  #### tcp threads is 1000 ,1000 messages **producer**  **consumer**  ___ ### Requirement or improvement - Please describe your requirements or improvement suggestions. I am not familiar with implementation logic. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
