Hi,
is there any way to use the Consumer mode with AnyEvent? In particular, the poll() method behind an fd watcher.
The current workaround I'm using is to spawn a worker process that blocks the consumer and sends the payloads to the main process.
Thanks,