Learn how to use MockServer to mock multiple responses for the same request.
Also find me here:
Baeldung Author
Balamurugan Radhakrishnan
Hello, I'm Balamurugan Radhakrishnan, a seasoned Senior Software Engineer with a burning passion for creating innovative solutions in the ever-evolving world of technology. I'm a backend Developer with 11 years of experience in Java and Spring related projects. In addition to my hands-on experience in crafting software, I'm also an avid writer and a firm believer in the philosophy that teaching is the best way to learn. I regularly share my insights, experiences, and knowledge through my blogs. As a Senior Software Engineer and a passionate writer, I thrive on the synergy between these two pursuits. My mission is to empower fellow developers, inspire the next generation of engineers, and contribute to the continuous growth of our dynamic field.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring WebFlux (4)
- Testing (2)
- Spring Data (2)
- DevOps (2)
- Data (2)
- Spring (1)
- REST (1)
- Java (1)
- JSON (1)
Consumer Seek in Kafka
Learn how to use Spring Kafka API methods to retrieve messages at various positions within a partition.
Understanding Kafka Consumer Offset
Learn about how Kafka consumer offset works and how it identifies the position of an event record in a partition.
Understanding switchIfEmpty() in Spring Reactive
Filed under Spring WebFlux
Learn about the switchIfEmpty() operator in Spring Reactive.
Consumer Processing of Kafka Messages With Delay
Filed under Spring
Explore consumer processing of Kafka messages with delay using Spring Kafka.
Custom JSON Deserialization Using Spring WebClient
Filed under JSON, Spring WebFlux
Learn about custom deserialization and how this can be implemented using Spring WebClient.
Difference Between @Spy and @SpyBean
Filed under Testing
Learn the difference between @Spy and @SpyBean in Spring.
How to Use Conditional Mapping With MapStruct
Filed under Java
Learn how to set fields based on conditions when mapping between Java bean types with MapStruct.
Pagination in Spring Webflux and Spring Data Reactive
Filed under Spring Data, Spring WebFlux
A quick and practical guide to pagination in Spring Webflux and Spring Data Reactive.