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
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!
- implement tests.
# 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