lmolkova commented on PR #8713:
URL: https://github.com/apache/camel/pull/8713#issuecomment-1312250219

   General question: is there a good place/way to wrap callback executions 
(user or 3rd party library) with something like 
   ```
   try(AutoCloseable scope = ActiveSpanManager.makeSpanCurrent(exchange)) {
       sync = processor.process(exchange, async);
   }
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to