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