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 memory, making it hard for the GC to free
up space to allow all the remaining tests to execute.