Kafka without ZooKeeper
confluent.io
Kafka without ZooKeeper
1–10 of 201 posts
Re: Kafka without ZooKeeper
#2Re: Kafka without ZooKeeper
#3Re: Kafka without ZooKeeper
#4Re: Kafka without ZooKeeper
#5Kafka is a pretty cool technology, but for every project that I work on, it's never used because it feels like it's overkill (costly and operation heavy). Maybe I should start looking for bigger projects :D
Re: Kafka without ZooKeeper
#6Kafka is a pretty cool technology, but for every project that I work on, it's never used because it feels like it's overkill (costly and operation heavy). Maybe I should start looking for bigger projects :D
Re: Kafka without ZooKeeper
#7One immediate downside to this: it is now likely that fewer and fewer people will be exposed to the absolutely excellent Zookeeper logo.
Re: Kafka without ZooKeeper
#8I will take the opportunity to say that Kafka is kind of painful, with or without ZK. Check out NATS! [0]. It doesn't solve all the same problems, but is so much easier to use (during development especially) and can do a lot of the same things.
Re: Kafka without ZooKeeper
#9IIRC, ZK would be more modern and cloud-friendly if it could self-assemble with a preshared passphrase alone. It's good technology otherwise, it's just a PITA to deploy, configure, and support.
Re: Kafka without ZooKeeper
#10Kafka is a pretty cool technology, but for every project that I work on, it's never used because it feels like it's overkill (costly and operation heavy). Maybe I should start looking for bigger projects :D
Haven't used it personally myself but I've heard it enough to remember it. Redpanda[1] aims to be a Kafka replacement without having to worry about Zookeeper or the JVM [1] https://vectorized.io/