Hello Il Mar 28 Dic 2021, 17:26 arvind garg <er.arvindg...@gmail.com> ha scritto:
> Hi Team, > > I am new to zookeeper and thinking to use zookeeper as Producer-Consumer > for message passing as we do in Kafka. Will it be a good idea to go for > zookeeper instead of Kafka? > No it isn't a good idea. Zookeeper is meant for coordination and distributed configuration, leader election and so on... The most known platforms in this ecosystem are currently Apache Kafka, Apache Pulsar and Pravega.io. All of them are based on Zookeeper and the latter are based also on Apache BookKeeper. I suggest to take a look and compare those three alternatives I hope that helps Enrico > Thanks > Arvind Garg >