[
https://issues.apache.org/jira/browse/CAMEL-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15464445#comment-15464445
]
Claus Ibsen commented on CAMEL-10284:
-------------------------------------
Ah the workerpool on the configuration is intended for sharing the pool among
multiple netty endpoints/producers. And therefore should not be shutdown by the
producer, as it may be in use by others.
However we could add a shutdown to the netty component so it will as failsafe
shutdown the configured pool if the component is stopped such as when camel
context is stopped.
> No shutdown for custom workerPool in NettyProducer
> --------------------------------------------------
>
> Key: CAMEL-10284
> URL: https://issues.apache.org/jira/browse/CAMEL-10284
> Project: Camel
> Issue Type: Bug
> Components: camel-netty4
> Affects Versions: 2.17.3
> Reporter: Jean-Yves BESSON
> Fix For: 2.18.0, 2.17.4
>
>
> The workGroup reference from configuration is not set in the producer so
> method shutdownGracefully() is not called in doStop()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)