-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.22.1
-
Component/s: camel-atom
-
Labels:None
-
Estimated Complexity:Unknown
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.