Skip to content

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from CodrJS/ts-npm-template