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: almost 2 years ago
Linked from 1 awesome list

junitjunit4junit5kafkakafka-junitkafka-serverzookeeper

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mguenther/kafka-junitA tool that enables testing of Kafka-based systems by providing an embeddable Kafka cluster for use in JUnit tests.53
chbatey/kafka-unitAllows developers to test Kafka applications in isolation with a simple setup and teardown process.174
embeddedkafka/embedded-kafkaProvides an in-memory Kafka instance to run tests against.386
rahulsinghai/jmeter-backend-listener-kafkaEnables sending JMeter test results to a Kafka server.30
vert-x3/vertx-kafka-clientA client library for interacting with Apache Kafka clusters in various programming languages84
tng/junit-dataproviderA TestNG-like dataprovider runner for JUnit with additional features246
jamiealquiza/sangrenelA tool for load testing Apache Kafka clusters204
mostafa/xk6-kafkaEnables testing of Apache Kafka systems by generating and sending test messages to the system157
linkedin/kafka-monitorAutomates monitoring of Kafka cluster performance and health using end-to-end pipelines to collect vital statistics2,023
eclipse-vertx/vertx-junit5Provides tools and support for writing tests for Vert.x applications using JUnit 544
fgeller/ktA command-line tool for interacting with Apache Kafka clusters947
dart-kafka/kafkaProvides a Dart client library for interacting with the Apache Kafka message broker56
hiverunner/hiverunnerA unit test framework for Hive queries257
randomizedtesting/randomizedtestingProvides tools and plugins to enhance test running with pseudo-randomness in Java-based testing frameworks173
jpzk/mockedstreamsA Scala library for unit-testing Kafka Streams applications without Zookeeper and Kafka Brokers187