Last Version

kafka-junit 3.2.4

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.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.salesforce.kafka.test
ArtifactId

ArtifactId

kafka-junit
Version

Version

3.2.4
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/salesforce/kafka-junit
Project Organization

Project Organization

Salesforce
Source Code Management

Source Code Management

https://github.com/salesforce/kafka-junit/tree/master

Download kafka-junit 3.2.4

Filename Size
kafka-junit-3.2.4.pom 14 KB
Browse

<!-- https://jarcasting.com/artifacts/com.salesforce.kafka.test/kafka-junit/ -->
<dependency>
    <groupId>com.salesforce.kafka.test</groupId>
    <artifactId>kafka-junit</artifactId>
    <version>3.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.kafka.test/kafka-junit/
implementation 'com.salesforce.kafka.test:kafka-junit:3.2.4'
// https://jarcasting.com/artifacts/com.salesforce.kafka.test/kafka-junit/
implementation ("com.salesforce.kafka.test:kafka-junit:3.2.4")
'com.salesforce.kafka.test:kafka-junit:pom:3.2.4'
<dependency org="com.salesforce.kafka.test" name="kafka-junit" rev="3.2.4">
  <artifact name="kafka-junit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.kafka.test', module='kafka-junit', version='3.2.4')
)
libraryDependencies += "com.salesforce.kafka.test" % "kafka-junit" % "3.2.4"
[com.salesforce.kafka.test/kafka-junit "3.2.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.curator : curator-test jar 2.12.0

provided (2)

Group / Artifact Type Version
org.apache.kafka : kafka_2.12 jar 2.8.1
org.apache.kafka : kafka-clients jar 2.8.1

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.36
javax.xml.bind : jaxb-api jar 2.3.1

Project Modules

  • kafka-junit-core
  • kafka-junit4
  • kafka-junit5