jamesnetherton commented on issue #7947: URL: https://github.com/apache/camel-quarkus/issues/7947#issuecomment-3520407482
Ok - so in this case it's extra time taken for graceful shutdown of the Kafka consumer / producer. You can speed it up a bit with: ``` %dev.camel.component.kafka.shutdown-timeout=1000 ``` We could perhaps force this config automatically in dev mode. Not sure how safe it is though. I noticed if you set smaller timeout values then you get some ugly `InterruptedException` messages in the console logs. -- 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]
