Emulating Apache Kafka with Amazon SNS and SQS Tech by Sunny Srinidhi - January 22, 2020January 24, 20200 I have already written quite a few posts about Apache Kafka. It’s an awesome tool for parallel and asynchronous processing. You can have multiple producers and multiple consumers listening to a topic to process each and every message coming out of the topic. Read more... “Emulating Apache Kafka with Amazon SNS and SQS”
Publishing messages to Amazon SNS from a Spring Boot application Tech by Sunny Srinidhi - January 20, 2020January 24, 20200 In this post, we’ll see how we can publish messages to Amazon SNS, which stands for Simple Notification Service. If you’ve already read through my post about how to send messages to an SQS queue, you’ll see this post is quite similar to that. Read more... “Publishing messages to Amazon SNS from a Spring Boot application”