davsclaus commented on pull request #5813: URL: https://github.com/apache/camel/pull/5813#issuecomment-876367908
Thanks for reporting. We should find a better fix than to synchronize the entire process method. Can you try to investigate making the LoopState local instance, and then in the getPendingExchangesSize method you do something similar to what is done in WireTapProcessor where. there is a task counter. -- 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]
