com.salesforce.kafka.test:kafka-junit5

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-junit5
Last Version

Last Version

3.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

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 Organization

Project Organization

Salesforce
Source Code Management

Source Code Management

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

Download kafka-junit5

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.salesforce.kafka.test : kafka-junit-core jar 3.2.4
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
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

There are no modules declared in this project.
com.salesforce.kafka.test

Salesforce

A variety of vendor agnostic projects which power Salesforce

Versions

Version
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.3.0
2.2.0
1.1.0
1.0.0