Croway opened a new pull request, #17807: URL: https://github.com/apache/camel/pull/17807
This fixes telegram tests, the issue is that `bossGroup.shutdownGracefully()` returns a Future, therefore, when using camel-netty in tests, where we are stopping and recreating Camel context frequently, it may happen that the Netty thread group is not closed fast enough. A new configuration property shutdownTimeout was added; this way, the Future waits for the new property. I do not think this is disruptive for users, I think that we are frequently starting and stopping netty routes only in tests.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
