Releases: jupiter-tools/spring-test-kafka
Releases · jupiter-tools/spring-test-kafka
0.2 Release
0.1 Release
New Features ⭐️
- Add an annotation processing of @KafkaTestContainer to start apache Kafka in docker container
- Add a repeatable annotation, add an ability to run multiple containers in the one test case
- The current implementation doesn't depend on the test framework(junit4 or junit5 both work fine)
Documentation 📚
- simple use case with one container in test
- example of using multiple containers in the one test case