Sandeep Choudharysandeepc.hashnode.dev·Jun 16, 2024Apache Kafka Architecture: A Comprehensive GuideApache Kafka is a powerful event streaming platform that allows developers to react to new events as they occur in real time. It’s designed to handle high-throughput, low-latency processing, and it’s used by thousands of companies for high-performanc...Integrationkafka
Sandeep Choudharysandeepc.hashnode.dev·May 27, 2024Publish-Subscribe (Pub-Sub) Model of MessagingIntroduction The pub-sub model is a messaging paradigm that is widely used in distributed systems. It is a pattern that provides a framework for exchanging messages between publishers and subscribers. This model is particularly effective in situation...Integrationmessaging