RVRitik Vermainritikverma2000.hashnode.dev·Mar 9, 2024 · 5 min readWhat are Message Queues?Message Queues are just like queue data structures, it works on the principle of FIFO i.e. First in first out. Order is essential inside the queue. Let us take a practical example of an E-commerce website like Amazon suppose we perform two operation...00
RVRitik Vermainritikverma2000.hashnode.dev·Aug 5, 2023 · 5 min readKafka General Overview for BeginnersWhat is Kafka and what problem does it solve? Kafka is a distributed streaming platform that is used to build real-time data pipelines and streaming applications. It is designed to handle large volumes of data and provide high throughput. To understa...00