wu-sheng commented on issue #2537: add support xxl-job URL: https://github.com/apache/skywalking/pull/2537#issuecomment-493299312 > 1、When RPC happens, the jetty plugin work for tracing. If so, then no entry span required. > 2、when the xxl-job client is called , because of the client execute job with thread pool and intercept IJobHandler to know the tracing from xxl-job like elastic-job If there is a thread pool in there, you just added a local span, the trace will still break. The right thing is you make the trace continues by using `Context#capture`, `Context#continued` APIs. Then you know the trace starts with a xxl-job server, and including all spans of your codes.
---------------------------------------------------------------- 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
