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

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

Awesome Lists containing this project

README

          

# kafka-clj-test-utils [![CircleCI](https://circleci.com/gh/ovotech/kafka-clj-test-utils/tree/master.svg?style=svg)](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

[![Clojars
Project](https://img.shields.io/clojars/v/ovotech/kafka-clj-test-utils.svg)](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.