1.0.2 • Published 2 years ago

@codrjs/kafka v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@codrjs/kafka

npm version CodeQL

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 git@github.com: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
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago