camel-netty - Remove options for pool size as Netty and rely on default 
implementation
--------------------------------------------------------------------------------------

                 Key: CAMEL-5150
                 URL: https://issues.apache.org/jira/browse/CAMEL-5150
             Project: Camel
          Issue Type: Improvement
          Components: camel-netty
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.10.0


Accordingly to Netty documentation we should use a cached thread pool for its 
boss and worker threads. Netty setup workers based on cpu cores. And besides 
you can configure the workerCounter option explicit.

Also the options on the producer should not be client prefix as its using a 
ClientBootstrap which dont have a child.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to