I'm looking to use Chronicle Queue to implement a sidecar pattern in Kubernetes. However, instead of using polling, I'd prefer a publish-subscribe mechanism.
I came across some examples like this one: , which use channels for communication. But it seems that the latest version of Chronicle Queue no longer supports channels.
Is there an alternative approach or pattern with Chronicle Queue that could help me achieve a pub-sub style setup?