InLevel Up CodingbyDennis LeeImplementing Leader Election for Message Dispatch in Distributed Systems using Apache CuratorExplore how distributed systems use Apache Curator for leader election, ensuring reliable message dispatching and fault tolerance!Aug 16
João Pedro MilhomeUsing Leader Election with Spring Cloud Kubernetes and Spring SchedulerIntroductionMay 22, 20232
InJavarevisitedbyKamini KamalRunning Kafka without zookeeperKafka uses the Raft consensus algorithm for leader election in its Kafka Raft Metadata mode, which eliminates the dependency on ZooKeeper…Apr 25, 20232Apr 25, 20232
Anudeep BallaBeyond the Usual Suspects: Exploring Lesser-Known Leader Election AlgorithmsIn the realm of distributed systems, electing a leader is a crucial task. This leader is responsible for coordinating processes, resolving…Feb 29Feb 29
InLevel Up CodingbyDennis LeeImplementing Leader Election for Message Dispatch in Distributed Systems using Apache CuratorExplore how distributed systems use Apache Curator for leader election, ensuring reliable message dispatching and fault tolerance!Aug 16
João Pedro MilhomeUsing Leader Election with Spring Cloud Kubernetes and Spring SchedulerIntroductionMay 22, 20232
InJavarevisitedbyKamini KamalRunning Kafka without zookeeperKafka uses the Raft consensus algorithm for leader election in its Kafka Raft Metadata mode, which eliminates the dependency on ZooKeeper…Apr 25, 20232
Anudeep BallaBeyond the Usual Suspects: Exploring Lesser-Known Leader Election AlgorithmsIn the realm of distributed systems, electing a leader is a crucial task. This leader is responsible for coordinating processes, resolving…Feb 29
Bikas KatwalZookeeper Introduction: Designing a distributed system using zookeeper and JavaOverviewMar 31, 201918
Ameya BapatHow to understand Zookeeper Paper?I thought of a different approach to learning distributed systems. It is via reading or understanding tech papers that solve basic and…Feb 28
Govinda AttalRaft Consensus — leader election with GolangGolang is such a simple yet powerful language. It empowers developers to implement solutions with ease. For work and profession, I use Go…Jul 19, 2023