orpiske edited a comment on pull request #6346: URL: https://github.com/apache/camel/pull/6346#issuecomment-954601074
I adjusted the code to use Camel's Executor Service Manager. Unfortunately I had to convert some of the background tasks to foreground ones because our own service manager uses a custom scheduled executor (`SizedScheduledExecutorService`) with a go/no-go behavior for scheduling the tasks. These components are not prepared to handle this (and also the added dependency on having the context available). For the future, I'll think of a way to adjust our executor service manager to accommodate a service executor for tasks, but doing this first step w/ foreground tasks should help for now. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org