OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 28, 2024Message QueuesMessage Queues : Synchronous & Asynchronous Communication : Both parties are connected with each other over the dedicated line and they are responding each other / exchanging the information in Synchronous manner there is no wait & lag any of the par...queue
Haiman Sherhaimanshercloud.hashnode.dev·Jul 4, 2024Exploring AWS SQS: Enhancing Communication in Distributed SystemsAmazon Simple Queue Service (SQS) is a fully managed message queuing service designed to facilitate reliable communication between distributed software components and microservices. In my recent exploration of AWS SQS, I've gained valuable insights i...AWS
DataWisokadatawisoka.com·Aug 23, 2023Choosing the right message queue: Architecture and Scalability in Kafka vs. SQSIn the world of software architecture, the choice of message queue can have profound implications on your system’s performance, reliability, and scalability. As applications grow more complex, handling high volumes of data and ensuring smooth communi...kafka
OpenDevopendev.hashnode.dev·Jun 11, 2023Golang Producer and Consumer with Kafka Simpleinstall package: go get https://github.com/segmentio/kafka-go Create Topic In Kafka: create topic name logging topic logging has 1 partition Producer create folder producer: create file main.go in folder producer copy and paste code: package...238 readsgolang
OpenDevopendev.hashnode.dev·Aug 12, 2022Kafka Producer OverviewThere are many reasons an application might need to write messages to Kafka: recording user activities for auditing or analysis, recording metrics, storing log mes‐ sages, recording information from smart appliances, communicating asynchronously with...5 likes·29 readskafka-eveningkafka