zalky / cues

Queues on cue: low-latency persistent blocking queues, processors, and graphs via Chronicle Queue
Apache License 2.0
105 stars 2 forks source link

Fix #1 Ensure tailers always have ids for unblocking #4

Closed zalky closed 1 year ago

zalky commented 1 year ago

Fixes #1

Provides non-persistent tailers with an ephemeral id that is not passed along to the ChronicleQueue tailer constructor. We do not want to pass the id along otherwise the tailer state will persist with the queue. However, when every tailer has a unique id, all tailers are able to unblock.