k

kafka-junit

This library wraps Kafka's embedded test cluster, allowing you to more easily create and run integration tests using JUnit against a "real" kafka server running within the context of your tests.
https://github.com/salesforce/kafka-junit
BSD-3
Salesforce
Stephen Powis Stan Lemon
Files download
File Operation
kafka-junit-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.salesforce.kafka.test</groupId>
  <artifactId>kafka-junit</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.salesforce.kafka.test:kafka-junit:2.0.0'
Gradle Kotlin
implementation("com.salesforce.kafka.test:kafka-junit:2.0.0")
Scala SBT
libraryDependencies += "com.salesforce.kafka.test" % "kafka-junit" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.salesforce.kafka.test', module='kafka-junit', version='2.0.0')
)
Apache Ivy
<dependency org="com.salesforce.kafka.test" name="kafka-junit" rev="2.0.0" />
Leiningen
[com.salesforce.kafka.test/kafka-junit "2.0.0"]
Apache Buildr
'com.salesforce.kafka.test:kafka-junit:jar:2.0.0'