Shahid

Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

How to Setup Zookeeper Cluster for Kafka

Kafka tutorial banner

Zookeeper is a centralized service to handle distributed synchronization. Kafka uses zookeeper to handle multiple brokers to ensure higher availability and failover handling. But what if zookeeper failed? We can’t take a chance to run a single Zookeeper to handle…

What is Apache Kafka?

Kafka tutorial banner

In this article, we are going to learn the basics of Apache Kafka and it’s core concepts. And yes, a bit of history too. What is Kafka Apache Kafka is an open source distributed streaming platform developed by LinkedIn and…