-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Importer
-
Tags:
-
Story Points:3
While migrating to failsafe 2.x we have seen that the consumer policy is not applied if we want to continue on failure.
The code below is not invoked, in case of failure the consumer is always stopped
Also, not that the new failsafe version behave also differently the execution.getLastFailure() is persistent even if the last execution is successful.