You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/04/11 07:21:05 UTC

[GitHub] [incubator-skywalking] ascrutae opened a new issue #2473: The callback instrumentation of Kafka framework is incorrect

ascrutae opened a new issue #2473: The callback instrumentation of Kafka framework is incorrect
URL: https://github.com/apache/incubator-skywalking/issues/2473
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   **Background**
   1.  The Kafka plugin intercepts all class that it implements callback interface and do continue the `ContextSnapshot` when the `onComplete` method invokes.
   2. The Kafka framework creates a new callback instance when the producer sends a message without the `callback` parameter.
   3. The Kafka plugin set the `ConectSnapshot` object into the callback parameter .
   
   **Problem**
   It cannot get the `ContextSnapshot` object when the callback instance creates by Kafka framework. 
   
   **Resolve**
   The Kafka plugin does not intercept the instance that the Kafka framework creates
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services