k

kafka-junit

JUnit rule to spin-up a Kafka broker during tests
https://github.com/charithe/kafka-junit
Apache License, Version 2.0
Charith Ellawala
Files download
File Operation
kafka-junit-4.0.0.jar download
kafka-junit-4.0.0.pom download
kafka-junit-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.charithe</groupId>
  <artifactId>kafka-junit</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.charithe:kafka-junit:4.0.0'
Gradle Kotlin
implementation("com.github.charithe:kafka-junit:4.0.0")
Scala SBT
libraryDependencies += "com.github.charithe" % "kafka-junit" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.charithe', module='kafka-junit', version='4.0.0')
)
Apache Ivy
<dependency org="com.github.charithe" name="kafka-junit" rev="4.0.0" />
Leiningen
[com.github.charithe/kafka-junit "4.0.0"]
Apache Buildr
'com.github.charithe:kafka-junit:jar:4.0.0'