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.2.10.jar download
kafka-junit-4.2.10.pom download
kafka-junit-4.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.charithe</groupId>
  <artifactId>kafka-junit</artifactId>
  <version>4.2.10</version>
</dependency>
Gradle Groovy
implementation 'com.github.charithe:kafka-junit:4.2.10'
Gradle Kotlin
implementation("com.github.charithe:kafka-junit:4.2.10")
Scala SBT
libraryDependencies += "com.github.charithe" % "kafka-junit" % "4.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.charithe', module='kafka-junit', version='4.2.10')
)
Apache Ivy
<dependency org="com.github.charithe" name="kafka-junit" rev="4.2.10" />
Leiningen
[com.github.charithe/kafka-junit "4.2.10"]
Apache Buildr
'com.github.charithe:kafka-junit:jar:4.2.10'