pipelinedb / pipeline_kafka

PipelineDB extension for Kafka support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add parallelism to grouped consumer

derekjn opened this issue · comments

One consumer just needs to be responsible for the ZK lock. It can set a flag in shmem so other consumers can check it to verify that the lock is still held. If any consumer ever dies, all consumers should die.