Learn how to configure multiple listeners for the same Kafka topic using Spring Boot.
Also find me here:
Baeldung Author
Vlad Fernoaga
Freelancer • Consultant • Java Tech Lead & Angular enthusiast I'm a Senior Java Engineer, with lot of experience that loves to architect, design, and implement top-notch cloud solutions and share my knowledge with the community.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring (2)
- Java Concurrency (2)
- Spring Boot (1)
- Java Collections (1)
- HTTP Client-Side (1)
Spring Boot FeignClient vs. WebClient
Filed under HTTP Client-Side, Spring Boot
Compare two styles of writing web clients in Spring.
How Does the Spring Singleton Bean Serve Concurrent Requests?
Filed under Java Concurrency, Spring
Learn how Spring beans created with the singleton scope work behind the scenes to serve multiple concurrent requests.
Java Concurrent HashSet Equivalent to ConcurrentHashMap
Filed under Java Collections, Java Concurrency
Explore different possibilities to create thread-safe Set instances and emphasized the differences between them.