lburgazzoli commented on PR #13273: URL: https://github.com/apache/camel/pull/13273#issuecomment-1964349200
mh, I'm not sure if this is gogin to work in the camel-k scenario as for example: 1. you set the max messages to 1 2. you set the max idle to 5 sec Now, if an "child" exchange takes 10 second to complete, then the context would be shut down never the less. If you set the max idle to i.e. 60 seconds, then the exchange won' be shut down till the 60 secs are gone. I'm now thinking that given this is a specific camel-k behavior, this feature is likely better suited to be implemented in camel-k only ... @davsclaus @orpiske what do you think ? -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org