Last Version

com.salesforce.kafka.test:kafka-junit-core 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-core
Version

Version

3.2.4
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-junit-core

Download kafka-junit-core 3.2.4


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

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.mockito : mockito-core jar 2.28.2
org.apache.kafka : kafka-streams jar 2.8.1
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.