davsclaus commented on PR #8907: URL: https://github.com/apache/camel/pull/8907#issuecomment-1352932732
Ideally you would just create the http client in doStart in the producer, and not create it via a getter (bad practice). Then there is no need for synchrnoization etc. However since the component is deprecated and removed in newer releases then this is good for a patch release. -- 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]
