Provides isolated Kafka container management for Java code testing using Testcontainers.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>kafka</artifactId>
<version>1.21.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a Kafka container and retrieves the bootstrap servers.
Ensure Docker is installed and the Docker daemon is running before executing tests.
No dependency data recorded yet.