davsclaus commented on code in PR #14998: URL: https://github.com/apache/camel/pull/14998#discussion_r1703662684
########## components/camel-splunk-hec/src/main/java/org/apache/camel/component/splunkhec/SplunkHECProducer.java: ########## @@ -68,8 +68,16 @@ protected void doStart() throws Exception { connManager = new PoolingHttpClientConnectionManager(registryBuilder.build()); } else { - connManager = new PoolingHttpClientConnectionManager(); + // connManager = new PoolingHttpClientConnectionManager(); Review Comment: Can you remove this old code -- 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