Skip to content

Releases: jupiter-tools/spring-test-kafka

0.2 Release

23 Jun 11:24
Compare
Choose a tag to compare

🚀 Features

  • Expected messages
  • Assert for silence on air

0.1 Release

18 Aug 23:00
Compare
Choose a tag to compare

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