Gaurav Dhakgaurav789.hashnode.dev·Jul 15, 2023Understanding Kafka Architecture with Zookeeper: A Comprehensive GuideIntroduction:- Hey everyone hello my name is Gaurav and today we are going to see deep dive into Apache Kafka which is one of the famous massage streaming platforms, In today's data-driven world, managing and processing large volumes of data in real-...Discuss·1 likeSystem Design
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Jul 4, 2023Messaging Made Easy: A List of Message Brokers and Event Streaming PlatformsIntroduction I start to write this article to know more about message brokers and Event Streaming Platforms, and to understand more about how Event-Driven applications work. Message brokers and event streaming platforms are two important technologies...Discuss·160 readsmessage broker
Sneha Tarnekarsnehatarnekar.hashnode.dev·May 28, 2023What is Messaging Queue?Just like humans rely on communication to understand and connect with each other, applications also need a way to communicate effectively. Now here must arise a question, how do applications communicate? That's where Messaging Queues come into play! ...Discuss·27 likes·64 readsmessage queue
Rwitesh Berarwitesh.hashnode.dev·Apr 30, 2023The Importance of Message Brokers in Modern Distributed SystemsIntroduction Modern applications are becoming increasingly intelligent and complex. To handle the increasing complexity and scalability challenges, developers split applications into a set of microservice instances. However, this approach can create ...Discuss·10 likes·126 readsMicroservices
Phạm Văn ĐạtforDwarves Foundation's Team Blogdwarvesf.hashnode.dev·Apr 28, 2023Message queues and streaming platforms (e.g., Kafka, NATS, RabbitMQ)At Dwarves Foundation, we host a few learning sessions to understand some of the technology around us. We regularly pick up topics we find interesting to dive deeper into to understand them better and present our findings. One topic that piqued my in...Discuss·37 likes·446 readsmessage queue
chryzcodechryzcode.hashnode.dev·Apr 3, 2023Message Broker: Memphis.DevFirstly, what is a message broker? A message broker is an architecture pattern, software or server that facilitates, provides and enables the connection, communication and exchange of information between applications, systems and services for message...Discuss·50 likes·68 readsSoftware Engineering
M B A R Kmbarkt3sto.hashnode.dev·Jan 24, 2023How to Setting Up RabbitMQ on Windows?Introduction RabbitMQ is a popular message broker that enables applications to communicate with each other through messages. It is open-source and supports multiple messaging protocols, making it a versatile option for a wide range of applications. I...Discuss·322 readsrabbitmq
Jinalkumar Pateljinalkumarpatel.hashnode.dev·Oct 23, 2022Outbox Pattern For Reliable MessagingBefore jumping into "Outbox Pattern", Let's understand the scenario and problem it solves. When working with Microservices Architecture, there is a need to communication between different microservice. There are mainly two types of communication "Sy...Discuss·290 readsMicroservices
Joshua Stewardconcurrentflows.com·Oct 22, 2022AsyncMediator Series - Part 1Inspiration Origination executes distinctly from Consumption From the beginning 🤔 The idea of a Mediator is generally the go to when we want to decouple a Request from its Processing. There's already some well established and widely used mediator ...Discuss·204 readsAsyncMediator - Ultimate Decouplingmediator
Amr Hassanblog.amr-hassan.xyz·Sep 17, 2022Message queue battle royal SQS vs KafkaKafka and SQS are very popular message queues, for Kafka, it's a huge scale and operational pain, SQS with plug and play and far far less operational pain. It becomes harder to choose which one to use as a developer, as a developer we will always cho...Discuss·36 readsmessage queue