Skip to content

CodrJS/kafka

Repository files navigation

@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 [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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published