cyejing commented on issue #3945: Enhance webflux plugin, related to Spring 
Gateway plugin too.
URL: https://github.com/apache/skywalking/pull/3945#issuecomment-560296989
 
 
   > 1. Create a snapshot to propagate. Or 2. Create an async span to finish in 
another thread.
   
   I tried this way, If two threads switch, will produce two spans with very 
short time spans, but the entire request time is very long.  
   My approach is to let the ``Context`` manage the full request. The requested 
time span is also displayed normally. 
   at reactive programming, If you want to rely on ThreadLocal to pass 
parameters, you will often encounter obstacles.  
   so I think we should define a set of APIs suitable for reactive programming

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to