curator
curator copied to clipboard
[CURATOR-676] CuratorListener is not called for retriable errors
For no retriable errors, CuratorListener will receive events if no BackgroundCallback specified. For retriable errors, CuratorListener is ignored. CuratorListener is catch all fallback for BackgroundCallback in case of of not specified in operation level. It should be called in all places where BackgroundCallback is expected but not specified.
See Backgroundable::inBackground() and Backgroundable::inBackground(Object context).
Originally reported by kezhuw, imported from: CuratorListener is not called for retriable errors
- assignee: kezhuw
- status: Open
- priority: Major
- resolution: Unresolved
- imported: 2025-01-21