jar

net.mguenther.kafka : kafka-junit

Maven & Gradle

May 16, 2023
3 usages
50 stars

Kafka for JUnit · Provides an embedded Kafka cluster consisting of Apache ZooKeeper, Apache Kafka Brokers and Kafka Connect workers in distributed mode along with a rich set of convenient accessors and fault injectors to interact with the embedded Kafka cluster. Supports working against external clusters as well.

Table Of Contents

Latest Version

Download net.mguenther.kafka : kafka-junit JAR file - Latest Versions:

All Versions

Download net.mguenther.kafka : kafka-junit JAR file - All Versions:

Version Vulnerabilities Size Updated
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.0.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kafka-junit-3.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.mguenther.kafka.junit

├─ net.mguenther.kafka.junit.EmbeddedConnect.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedConnectConfig.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedKafka.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedKafkaCluster.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedKafkaClusterConfig.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedKafkaConfig.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedLifecycle.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedZooKeeper.class - [JAR]

├─ net.mguenther.kafka.junit.EmbeddedZooKeeperConfig.class - [JAR]

├─ net.mguenther.kafka.junit.ExternalKafkaCluster.class - [JAR]

├─ net.mguenther.kafka.junit.KeyValue.class - [JAR]

├─ net.mguenther.kafka.junit.KeyValueMetadata.class - [JAR]

├─ net.mguenther.kafka.junit.LeaderAndIsr.class - [JAR]

├─ net.mguenther.kafka.junit.ObserveKeyValues.class - [JAR]

├─ net.mguenther.kafka.junit.Props.class - [JAR]

├─ net.mguenther.kafka.junit.ReadKeyValues.class - [JAR]

├─ net.mguenther.kafka.junit.RecordConsumer.class - [JAR]

├─ net.mguenther.kafka.junit.RecordProducer.class - [JAR]

├─ net.mguenther.kafka.junit.SendKeyValues.class - [JAR]

├─ net.mguenther.kafka.junit.SendKeyValuesTransactional.class - [JAR]

├─ net.mguenther.kafka.junit.SendValues.class - [JAR]

├─ net.mguenther.kafka.junit.SendValuesTransactional.class - [JAR]

├─ net.mguenther.kafka.junit.TopicConfig.class - [JAR]

├─ net.mguenther.kafka.junit.TopicManager.class - [JAR]

├─ net.mguenther.kafka.junit.Wait.class - [JAR]

net.mguenther.kafka.junit.provider

├─ net.mguenther.kafka.junit.provider.DefaultRecordConsumer.class - [JAR]

├─ net.mguenther.kafka.junit.provider.DefaultRecordProducer.class - [JAR]

├─ net.mguenther.kafka.junit.provider.DefaultTopicManager.class - [JAR]

Advertisement