Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Unknown
Description
Netty component page (http://camel.apache.org/netty.html) describes that
producerPoolMinEvictableIdle is 30,000 (30s). But it should be 300,000 (300s).
See NettyConfiguration.java,
@UriParam(label = "producer", defaultValue = "" + 5 * 60 * 1000L)
private long producerPoolMinEvictableIdle = 5 * 60 * 1000L;
camel-netty4 has same issue.