Honey Arora

Java/JVM

Integrating SQS with Spring Boot : Quick Start

What is Amazon SQS? Amazon SQS(Simple Queue Service) is a fully managed message queuing service that allows us to communicate asynchronously between the different components of our application. We can send, store, and receive messages between software components. It can handle any amount of data, dynamically scaling to match the...

09-Sep-2024

Java/JVM

Consumer Rebalancing in Kafka- An Overview

Introduction Apache Kafka is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol. We have components generating events (Producers) and components that consume those events (Consumers). Consumers label themselves with a consumer group name so that each record published on a...

09-Nov-2023