JiriOndrusek commented on code in PR #14998:
URL: https://github.com/apache/camel/pull/14998#discussion_r1705134519
##########
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:
sure, I'm sorry I missed that
--
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]