[CURATOR-336] QueueConsumer does not get any connection state updates
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
According to http://curator.apache.org/curator-recipes/distributed-queue.html#Error_Handling, the QueueConsumer implementer can receive connection state updates. However, in fact, my consumer is never notified of any state updates when the connection is down. By checking the source code of DistributedQueue, I found that indeed no class is invoking the "stateChanged" callback of QueueConsumer.
Am I missing something?
---
Originally reported by liulong0118, imported from: QueueConsumer does not get any connection state updates
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.