Hello,
It seems like embedded-kafka keeps spawning new containers, even if reuseContainer flag is set to true. Please take a look at the code sample below:
https://github.com/arturk9/kafka-reuse-demo
Reproduction steps:
- run ./gradlew build multiple times in short interval
- reuse has no effect - new containers are spawned each time

Would it be possible to add support for embedded-kafka containers reuse?
Thank you in advance :)
Hello,
It seems like embedded-kafka keeps spawning new containers, even if reuseContainer flag is set to true. Please take a look at the code sample below:
https://github.com/arturk9/kafka-reuse-demo
Reproduction steps:
Would it be possible to add support for embedded-kafka containers reuse?
Thank you in advance :)