You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,35 @@
5
5
6
6
## Purpose
7
7
8
+
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
9
+
8
10
## Getting started
9
11
10
-
## TODO
12
+
### Installing the package
13
+
14
+
Install the package from the npm registry.
15
+
16
+
```bash
17
+
yarn add @codrjs/kafka
18
+
```
19
+
20
+
Please view the [micro-service template](https://github.com/CodrJS/ts-kafka-template) repository, under `src/server/kafka/`, for an example how to use this package!
0 commit comments