-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.16.0
-
Component/s: camel-netty
-
Labels:
-
Estimated Complexity:Unknown
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.