A library for testing kafka applications
This library was originally part of jackdaw but I have extracted it out so that folks can depend on one without the other. This helps in scenarios like...
-
A user of jackdaw does not wish to pull in additional dependencies required only by the test-machine like aleph or the kafka admin client
-
A user of the test-machine has a kafka based system implemented using something other than jackdaw (e.g.
- a bunch of kafka-connect jobs,
- streams defined in KSQL
- a kafka streams application defined using plain old java
- a bunch of kafka-connect jobs,
I have not yet re-constituted the docs but the docs in jackdaw are still applicable for now. There is both a guide to the library that explains at a high-level how it works and how to use it, and reference documentation for the individual docstrings.
Copyright © 2020 Andy Chambers
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.