Thirumurthi Sforthirumurthithirumurthi.hashnode.net·Jun 10, 2022Apache Zookeeper - creating Server Ensemble Using Docker DesktopIn 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 three Zook...Discuss·45 readszookeeper
UdaysinhforWrite what you knowknowthatstuff.hashnode.net·Jul 19, 2022Apache Kafka - Architecture, Data Flow, Replication and other must knowsKafka 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 more consumers are grouped as consumer group, each c...Discuss·30 readskafka
Thirumurthi Sforthirumurthithirumurthi.hashnode.net·Jun 8, 2022Distributed lock using Apache ZooKeeperPre-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 run the s...Discuss·53 readsJava
Tanishq BhardwajforMr. Tano's blogtano.hashnode.net·Mar 29, 2023Apache Kafka (Part -2)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 dive deep into the practical implementation of Kaf...Discuss·64 readskafka
Gaurav BharadwajforGoLangLLCishars-1667484405135.hashnode.net·Nov 23, 2022Pub-Sub Using Kafka In GoLangWhat 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 events to communicate, rather than by synchronous...Discuss·865 readskafka
UdaysinhforWrite what you knowknowthatstuff.hashnode.net·Jul 19, 2022Apache Kafka - Architecture, Data Flow, Replication and other must knowsKafka 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 more consumers are grouped as consumer group, each c...Discuss·30 readskafka
Thirumurthi Sforthirumurthithirumurthi.hashnode.net·Jun 11, 2022Distributed locking using Apache ZooKeeper and Apache CuratorDistributed 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 Code that...Discuss·191 readszookeeper
Thirumurthi Sforthirumurthithirumurthi.hashnode.net·Jun 10, 2022Apache Zookeeper - creating Server Ensemble Using Docker DesktopIn 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 three Zook...Discuss·45 readszookeeper
Thirumurthi Sforthirumurthithirumurthi.hashnode.net·Jun 8, 2022Distributed lock using Apache ZooKeeperPre-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 run the s...Discuss·53 readsJava