Description
Currently, Curator recipes handle error conditions by listening for the SUSPENDED connection state. Some users would like Curator to try to maintain the session if possible. Introduce a pluggable error handler system. Have an implementation that does the current behavior. Create another that attempts to wait until session lost.
Attachments
Issue Links
- depends upon
-
CURATOR-247 Extend Curator's connection state to support SESSION_LOST
- Resolved
- is depended upon by
-
CURATOR-249 Update all Curator recipes to use new pluggable Error Handler
- Closed