jeremyross commented on a change in pull request #6085: URL: https://github.com/apache/camel/pull/6085#discussion_r709278550
########## File path: components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceHttpClient.java ########## @@ -113,6 +113,12 @@ protected void doStart() throws Exception { super.doStart(); } + @Override + protected void doStop() throws Exception { + workerPool.shutdown(); Review comment: @davsclaus ok, now uses ExecutorServiceManager, if available. It won't be available if SalesforceHttpClient is instantiated outside of Camel, as is the case for the tooling that uses SalesforceHttpClient. -- 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