Version 3.2.1 of Kafka for JUnit has been released. It increases all Kafka dependencies to 3.2.3. If you're using Kafka for JUnit 3.2.0 and experience some odd behavior wrt. Kafka Clients (seemingly lost messages, ...) then please migrate to this patch version of Kafka for JUnit.
Changelog
See the changelog on GitHub.
Features
Bugfixes
None.
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.1</version>
</dependency>
Gradle
compile 'net.mguenther.kafka:kafka-junit:3.2.1'