An open API service indexing awesome lists of open source software.

https://github.com/logicblocks/kafka.testing

A Clojure library to help with tests involving Kafka.
https://github.com/logicblocks/kafka.testing

Last synced: 4 months ago
JSON representation

A Clojure library to help with tests involving Kafka.

Awesome Lists containing this project

README

          

# kafka.testing

[![Clojars Project](https://img.shields.io/clojars/v/io.logicblocks/kafka.testing.svg)](https://clojars.org/io.logicblocks/kafka.testing)
[![Clojars Downloads](https://img.shields.io/clojars/dt/io.logicblocks/kafka.testing.svg)](https://clojars.org/io.logicblocks/kafka.testing)
[![GitHub Contributors](https://img.shields.io/github/contributors-anon/logicblocks/kafka.testing.svg)](https://github.com/logicblocks/kafka.testing/graphs/contributors)

A Clojure library to help with tests involving Kafka.

## Install

Add the following to your `project.clj` file:

```clj
[io.logicblocks/kafka.testing "0.0.2"]
```

## Documentation

* TODO

## Usage

TODO

## License

Copyright © 2021 LogicBlocks Maintainers

Distributed under the terms of the
[MIT License](http://opensource.org/licenses/MIT).