skywalking-java/docs/en/FAQ/kafka-plugin.md

450 B

Problem:
The Kafka plug-in can't track how applications handle messages

Reason: The Kafka consumer actively takes a message from Kafka Cluster and the agent can not see if the consuming thread is being monitored.

Resolve: Add the @Trace annotation to the method of handle message and the method of poll message , see the document