ascrutae commented on issue #772: [Agent] Support kafka framework URL: https://github.com/apache/incubator-skywalking/pull/772#issuecomment-360820632 ## Producer Span 1. Operation name : **Kafka/{TopicName}/Producer** , eg. Kafka/test/Producer 2. tags: ``` mq.broker: '127.0.0.1:9092' mq.topic: test ``` 3. Spanlayer: MQ 4. ComponentName: KAFKA ## Consumer Span 1. Operation name : **Kafka/{TopicName}/Consumer** , eg. Kafka/test/Consumer 2. tags: ``` mq.broker: '127.0.0.1:9092' mq.topic: test ``` 3. Spanlayer: MQ 4. ComponentName: KAFKA Here is my expected data: https://github.com/SkywalkingTest/skywalking-agent-testcases/blob/master/kafka-scenario/config/expectedData.yaml
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
