SuperTest -> Kafka-Penguin Readme
A readme style for kafka-penguin based of of the package, supertest: https://github.com/visionmedia/supertest
Kafka-Penguin
About
Kafka-Penguin is an easy-to-use, lightweight KafkaJS library for message processing. It provides developers with a single strategy for handling message processing failures by failing fast. For more information on KafkaJS, check out Getting Started.
Accelerated by OS Labs and developed by Ziyad El Baz, Kushal Talele, Timeo Williams and Ausar English.
WIP: This project is not ready for use as of yet
Getting Started
Install kafka-penguin as an npm module and save it to your package.json file as a development dependency:
Once installed it can now be referenced by simply calling require('kafka-penguin');
Example
Kafka-penguin works with any Kafka client, here is an example with the client exported from another file:
API
You may use any of the kafka-penguin methods:
.FailFast(retry, Kafka-client)
retry
: Pass in the number of retries, which will be used to retry connections and API calls to Kafka (when using producers or consumers).
Kafka-client
: Pass in the configured KafkaJS client w/ specified brokers, username, and password.
Last updated
Was this helpful?