https://github.com/ovotech/kafka-clj-test-utils
Collection of Clojure testing utilities for Kafka
https://github.com/ovotech/kafka-clj-test-utils
Last synced: over 1 year ago
JSON representation
Collection of Clojure testing utilities for Kafka
- Host: GitHub
- URL: https://github.com/ovotech/kafka-clj-test-utils
- Owner: ovotech
- License: epl-1.0
- Created: 2018-09-14T12:31:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T15:27:20.000Z (about 6 years ago)
- Last Synced: 2023-09-20T07:54:35.778Z (almost 3 years ago)
- Language: Clojure
- Size: 29.3 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kafka-clj-test-utils [](https://circleci.com/gh/ovotech/kafka-clj-test-utils/tree/master)
Companion test utility library to make testing applications that use
[`ovotech/kafka-clj-utils`](https://github.com/ovotech/kafka-clj-utils) easier,
although it can be used on its own.
## Usage
[](https://clojars.org/ovotech/kafka-clj-test-utils)
For examples of how to use this library in the context of
`ovotech/kafka-clj-utils`, please view [tests in that code
base](https://github.com/ovotech/kafka-clj-utils/tree/master/test/kafka_clj_utils).
For examples of how to use this library **without** `ovotech/kafka-clj-utils`,
please view
[`test/kafka_clj_test_utils/utils_test.clj`](./test/kafka_clj_test_utils/utils_test.clj).
## License
Copyright © 2018 OVO Energy Ltd.
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.