Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 751 Bytes

common-kafka-test

This project contains testing infrastructure that is useful when developing integration or "heavy" unit tests that need a running Kafka broker and ZooKeeper service.

The primary classes available for use are listed below.

Kafka

  • Creates a cluster of one or more Kafka brokers which run within the process.
  • Adjusts broker configuration to minimize runtime resource utilization.
  • Cleans up data on broker shutdown.
  • Provides a simple framework for coordinating the KafkaBrokerTestHarness with a suite of unit tests.