Redundancy in a distributed system Tech by Sunny Srinidhi - April 13, 20200 A lot of engineers, system designers, architects, etc. overlook redundancy, at least according to what I’ve seen in my experience. Sometimes people ignore it because the system or the product is still in it’s early stages, so there’s not a lot happening. Read more... “Redundancy in a distributed system”
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”