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
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Jul 25, 2024Differentiating rate limits in Apache APISIXIn my talk Evolving your APIs, I mention that an API Gateways is a Reverse Proxy "on steroids". One key difference between the former and the latter is that the API Gateway is not unfriendly to business logic. The poster child is rate-limiting. Rate-...30 likesApache APISIX
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 20, 2022[KAFKA] Consumers and Consumer GroupsSuppose you have an application that needs to read messages from a Kafka topic, run some validations against them, and write the results to another data store. In this case your application will create a consumer object, subscribe to the appropriate ...2 likes·34 readskafka-eveningkafka