VovkaSOL opened a new pull request #4548: URL: https://github.com/apache/camel/pull/4548
When using netty in client mode (create pool of connections) and do not send any requests, all sockets in pool recreate every 5 minutes. It is strange private long producerPoolMinEvictableIdle = 5 * 60 * 1000L config for apache common pool. Default value must be bigger and do not recreate all sockets every 5 minutes ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org