Fixing memory issues while running tests on Spring Boot using Kafka

Recently, I faced a problem in an application where it was taking too long to run its tests. After checking the reasons, I found out that the embedded Kafka provided by Spring was consuming too much …

Optimizing tests in Spring Boot applications

It is extremely common for applications built with Spring Boot to have all their tests annotated with @SpringBootTest, but it is rare to find people who know the functionality of this annotation, when …

Reactive programming with Spring WebFlux, should I use it?

Should I use it?

No, but maybe so!

I could stop the article here, but that wouldn’t add anything and you would never understand why I start the text with a no, but it may be yes. The truth is, …