Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.22.1
-
None
-
Unknown
Description
Camel-atom consumer stops polling for new feeds when a connection error occurs.
It uses java.net.HttpURLConnection without a connection timeout value(The default value is 0 i.e. no timeout).
When network error occur, connection threads hang and it causes ScheduledExecutorService stop polling.