kafka-junit

Kafka test runner

A library to run Kafka tests in an embedded cluster

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. No need to stand up an external kafka cluster!

GitHub

170 stars
15 watching
45 forks
Language: Java
last commit: 27 days ago
Linked from 1 awesome list

junitjunit4junit5kafkakafka-junitkafka-serverzookeeper

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mguenther/kafka-junit A tool that enables testing of Kafka-based systems by providing an embeddable Kafka cluster for use in JUnit tests. 53
chbatey/kafka-unit Allows developers to test Kafka applications in isolation with a simple setup and teardown process. 174
embeddedkafka/embedded-kafka Provides an in-memory Kafka instance to run tests against. 386
rahulsinghai/jmeter-backend-listener-kafka Enables sending JMeter test results to a Kafka server. 30
vert-x3/vertx-kafka-client A client library for interacting with Apache Kafka clusters in various programming languages 84
tng/junit-dataprovider A TestNG-like dataprovider runner for JUnit with additional features 246
jamiealquiza/sangrenel A tool for load testing Apache Kafka clusters 204
mostafa/xk6-kafka Enables testing of Apache Kafka systems by generating and sending test messages to the system 157
linkedin/kafka-monitor Automates monitoring of Kafka cluster performance and health using end-to-end pipelines to collect vital statistics 2,023
eclipse-vertx/vertx-junit5 Provides tools and support for writing tests for Vert.x applications using JUnit 5 44
fgeller/kt A command-line tool for interacting with Apache Kafka clusters 947
dart-kafka/kafka Provides a Dart client library for interacting with the Apache Kafka message broker 56
hiverunner/hiverunner A unit test framework for Hive queries 257
randomizedtesting/randomizedtesting Provides tools and plugins to enhance test running with pseudo-randomness in Java-based testing frameworks 173
jpzk/mockedstreams A Scala library for unit-testing Kafka Streams applications without Zookeeper and Kafka Brokers 187