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!
170 stars
15 watching
45 forks
Language: Java
last commit: 3 months ago
Linked from 1 awesome list
junitjunit4junit5kafkakafka-junitkafka-serverzookeeper
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool that enables testing of Kafka-based systems by providing an embeddable Kafka cluster for use in JUnit tests. | 53 |
| Allows developers to test Kafka applications in isolation with a simple setup and teardown process. | 174 |
| Provides an in-memory Kafka instance to run tests against. | 386 |
| Enables sending JMeter test results to a Kafka server. | 30 |
| A client library for interacting with Apache Kafka clusters in various programming languages | 84 |
| A TestNG-like dataprovider runner for JUnit with additional features | 246 |
| A tool for load testing Apache Kafka clusters | 204 |
| Enables testing of Apache Kafka systems by generating and sending test messages to the system | 157 |
| Automates monitoring of Kafka cluster performance and health using end-to-end pipelines to collect vital statistics | 2,023 |
| Provides tools and support for writing tests for Vert.x applications using JUnit 5 | 44 |
| A command-line tool for interacting with Apache Kafka clusters | 947 |
| Provides a Dart client library for interacting with the Apache Kafka message broker | 56 |
| A unit test framework for Hive queries | 257 |
| Provides tools and plugins to enhance test running with pseudo-randomness in Java-based testing frameworks | 173 |
| A Scala library for unit-testing Kafka Streams applications without Zookeeper and Kafka Brokers | 187 |