Mark Mindenhall created CAMEL-8352:
--------------------------------------
Summary: NettyServerBossPoolBuilder build() method is
package-protected
Key: CAMEL-8352
URL: https://issues.apache.org/jira/browse/CAMEL-8352
Project: Camel
Issue Type: Bug
Components: camel-netty, camel-netty4
Affects Versions: 2.14.1
Reporter: Mark Mindenhall
The user documentation for camel-netty4 discusses creating worker and boss
thread pools that are shared across camel-netty4 consumers. I am trying to do
this, but discovered that the NettyServerBossPoolBuilder.build() method is
package-protected, and I am therefore unable to use this builder to create the
shared boss pool. Unit tests pass because the tests are within the same
package, but the method needs to be public for anyone else to use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)