is not current version
Last Version 3.2.4

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

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.3
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.3


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

Dependencies

compile (3)

Group / Artifact Type Version
com.salesforce.kafka.test : kafka-junit-core jar 3.2.3
org.junit.jupiter : junit-jupiter-engine jar 5.7.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.0
org.apache.kafka : kafka-clients jar 2.8.0

test (2)

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

Project Modules

There are no modules declared in this project.