Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
Even though we follow the Jetty documentation it will make the jetty http producer appear as blocked as waitForDone() will block when connection failure occurred.
We need to add logic which polls the status instead and thus can detect the problem.
The async producer done not have this issue by which is likely the main use case for using Jetty as a client