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