is not current version
Last Version 3.2.0

net.mguenther.kafka:kafka-junit 2.5.1

Provides an embedded Kafka cluster consisting of Apache ZooKeeper, Apache Kafka Brokers and Kafka Connect workers in distributed mode along with a rich set of convenient accessors and fault injectors to interact with the embedded Kafka cluster. Supports working against external clusters as well.

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.mguenther.kafka
ArtifactId

ArtifactId

kafka-junit
Version

Version

2.5.1
Type

Type

jar

Download kafka-junit 2.5.1


<!-- https://jarcasting.com/artifacts/net.mguenther.kafka/kafka-junit/ -->
<dependency>
    <groupId>net.mguenther.kafka</groupId>
    <artifactId>kafka-junit</artifactId>
    <version>2.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.mguenther.kafka/kafka-junit/
implementation 'net.mguenther.kafka:kafka-junit:2.5.1'
// https://jarcasting.com/artifacts/net.mguenther.kafka/kafka-junit/
implementation ("net.mguenther.kafka:kafka-junit:2.5.1")
'net.mguenther.kafka:kafka-junit:jar:2.5.1'
<dependency org="net.mguenther.kafka" name="kafka-junit" rev="2.5.1">
  <artifact name="kafka-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.mguenther.kafka', module='kafka-junit', version='2.5.1')
)
libraryDependencies += "net.mguenther.kafka" % "kafka-junit" % "2.5.1"
[net.mguenther.kafka/kafka-junit "2.5.1"]