Kafka Unit

JUnit utilities for testing kafka clients

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.awilton.junit.kafka
ArtifactId

ArtifactId

kafka-unit
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Kafka Unit
JUnit utilities for testing kafka clients
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/awilton/KafkaUnit

Download kafka-unit

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.kafka : kafka_2.10 jar 0.8.2.1
org.apache.zookeeper : zookeeper jar 3.4.5
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

KafkaUnit

Embedded Kafka to Assist in writing JUnit tests for applications using Apache Kafka

Versions

Version
0.2.0