davsclaus commented on pull request #6085:
URL: https://github.com/apache/camel/pull/6085#issuecomment-918484002


   Ah yeah its not good to block that thread, so what you do is on the tight 
track.
   However I dont think we should use the http client thread for continue 
routing. Instead the salesforce component should have a thread pool for worker 
threads to continue routing. 
   
   For example camel-kafka has this
   
https://github.com/apache/camel/blob/c0def695648fe93623d393950f8c06f8c526630f/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java#L481


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


Reply via email to