You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/11 22:56:12 UTC

[GitHub] [camel] lmolkova commented on pull request #8713: Prototype: make span current and clear scope

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org