Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When Camel route is done and platform-http consumer (vertx / spring-boot) is writing a response, then this can fail due to networking issues. In those causes a LOG is written but the Exchange in Camel is completed succesfully.
If you use onCompletion in routes then this is completed succesfully. You may want to get the caused exxeption from vertx / SB instead. So in other words Camel route is okay, but vertx/SB failed during writing response on network level.
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-21303 camel-core - Tone down logging noise for IOHelper close
- Resolved