-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.1.0
-
Component/s: camel-netty
-
Labels:None
-
Estimated Complexity:Unknown
There is a shared worker pool on the component level that has 16 threads out of the box. You can turn this off as said before and it uses nettys worker threads directly. So that pool would be shared if you have more netty consumers eg maybe 2 or more routes that start from netty.
Today I am not sure if it was a good idea to have a 16 thread pool by default that is shared among all netty consumers in the same Camel app.It should possible have been turned off, and just use the netty worker threads directly.
- depends upon
-
CAMEL-5689 Netty - Should use ordered thread pool
-
- Resolved
-