© 2023 Hashnode
#zookeeper
In the previous blog, we discussed the introduction, architecture and use cases of Apache Kafka. One of the important use cases of Kafka is producing and consuming messages from Kafka topics, we will …
What is Pub-Sub? Pub/Sub messaging enables you to create an event-driven systems consisting of event producers and consumers, called publishers and subscribers. Publishers asynchronously broadcast the…
Kafka Architecture Producers send messages (records) to kafka cluster which comprises of multiple brokers brokers manage the messages in terms of topics each topic has multiple partitions one or mo…
Distributed lock using Apache Curator client for Apache Zookeeper In this example we will see how to create distributed lock using Apache curator recipes. We can setup development environment using in docker using this blog Java Client…
In this post we will run three Zookeeper Server Ensemble using Docker and connect using Docker zkcli client. Pre-requisites: Docker desktop installed Create Configuration for each Zookeeper server Create the zookeeper configuration for …
Pre-requisites: Basic understanding of Zookeeper and its Data model. In this blog, we create we will be using single node Zookeeper running in Docker Desktop. Server setup using Docker If the docker is installed, use below the command to…