For those that wish to use JUnit 5, it would be helpful to have a JUnit 5 extension that is the equivalent of EmbeddedKafkaRule. Spring Boot 2.2 is switching to using JUnit 5 by default in spring-boot-starter-test while including the Vintage Engine to allow JUnit 4 to be used during a migration period. This means that Boot 2.2 users will be able to use EmbeddedKafkaRule but it may prevent a complete migration to JUnit 5.