is not current version
Last Version 3.2.4

com.salesforce.kafka.test:kafka-junit5 3.2.2

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
Version

Version

3.2.2
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 3.2.2


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

Dependencies

compile (3)

Group / Artifact Type Version
com.salesforce.kafka.test : kafka-junit-core jar 3.2.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.apache.curator : curator-test jar 2.12.0

provided (2)

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

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.30

Project Modules

There are no modules declared in this project.