Hello! Can somebody explain me how to use multiple consumers with different commit storage... For example, java-based consumers use kafka commit storage... python-based consumers use zookeeper commit storage
My question is: Is it true that when one consumer commit to kafka, server also commit automatically to zookeeper (so all consumers see the same commit) Is it true that when one consumer commit to zookeeper, server also commit automatically to kafka (so all consumers see the same commit) Is it true that after server restart it read commits from kafka storage and publish (sync) commit to zookeeper (so after server restart all consumers can see also the same commit) Thanks in advance, Aleksey