Version 3.2.2 of Kafka for JUnit has been released. Please migrate to this patch version of Kafka for JUnit if you experience any issues with embedded Kafka Connect deployments with any of the former releases of the 3.2.x line.
Since the issue with Kafka Connect exists since moving to Kafka 3.0.0, we'll also published patches for 3.0.x (with version 3.0.1) and 3.1.x (with version 3.1.1).
Changelog
Features
None.
Bugfixes
Get it
You can obtain the binaries from Maven central or include the dependency using the following Maven coordinates in your build.
Maven
<dependency>
<groupId>net.mguenther.kafka</groupId>
<artifactId>kafka-junit</artifactId>
<version>3.2.2</version>
</dependency>
Gradle
compile 'net.mguenther.kafka:kafka-junit:3.2.2'