Siddhartha Soxyprogrammer.com·Nov 24, 2024Apache Kafka: Architectural Overview and Performance MechanismsIntroduction Kafka is a distributed event store and stream processing platform originally developed by LinkedIn for real-time processing. In 2011, Kafka was transferred to the Apache Software Foundation, and since then, countless software development...10 likesDistributed Systemskafka
Abhishek Choudharyshreemaan-abhishek.hashnode.dev·Nov 18, 2022Microservice leader election using etcdAccording to the docs, etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. Etcd stores data in the form of key-value pairs und...1.8K readsKubernetes