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