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.
- Host: GitHub
- URL: https://github.com/logicblocks/kafka.testing
- Owner: logicblocks
- License: mit
- Created: 2021-06-11T22:27:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T15:26:42.000Z (about 1 year ago)
- Last Synced: 2025-07-30T20:41:00.516Z (11 months ago)
- Language: Clojure
- Size: 234 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kafka.testing
[](https://clojars.org/io.logicblocks/kafka.testing)
[](https://clojars.org/io.logicblocks/kafka.testing)
[](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).