@codrjs/kafka
v1.0.2
Published
A module that simplifies the implementation of KafkaJS into CodrJS services.
Downloads
2
Readme
@codrjs/kafka
Purpose
This package is to help mitigate duplicate code maintenance across all Codr micro-services as well as integrate the CodrJS logger and health check modules into
Getting started
Installing the package
Install the package from the npm registry.
yarn add @codrjs/kafka
Please view the micro-service template repository, under src/server/kafka/
, for an example how to use this package!
Todo
- [ ] implement tests.
Contributing
# Clone the repo
git clone [email protected]:CodrJS/kafka.git
# Install yarn if you don't have it already
npm install -g yarn
# Install dependencies, build, and test the code
yarn install
yarn build
yarn test