wu-sheng opened a new issue #901: Sort segment in more sensible way
URL: https://github.com/apache/incubator-skywalking/issues/901
 
 
   In 5.0.0 alpha, when Kafka client consumes some messages from Server, they 
pull message, so in order to keep segment as expected, we suggest to add a 
local span in fetching message loop.
   
   expected like this:
   ```
   Kafka producer
      + - Local Span in the fetching loop
            + - Kafka consume
            + - Kafka consume
   ```
   
   Actually, the `Local Span` is not our of the tree, before of no parent span, 
and no ref, like this:
   ```
       - Local Span in the fetching loop
   Kafka producer
            + - Kafka consume
            + - Kafka consume
   ```
   
   Hope to fix in beta.

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


With regards,
Apache Git Services

Reply via email to