Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
We do this in camel-servet based (jetty etc)
// are we suspended and a request is dispatched initially?
if (consumer.isSuspended() && isInitial(request))
We should do something like that in camel-platform-http, so Camel does not accept incoming requests when its suspended/shutdown graceful
Attachments
Issue Links
- is related to
-
CAMEL-19359 camel-spring-boot - When camel start graceful shutdown, it still receive new request during graceful shutdown.
- Resolved