From e1c7629c993a22d9fa1bc4791ad15bec95bb263f Mon Sep 17 00:00:00 2001 From: "val.istar.guo" Date: Sat, 20 Apr 2024 22:05:00 +0800 Subject: [PATCH] fix: deprecate package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38ae7bf..c576b9e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![license](https://img.shields.io/npm/l/@buka/nestjs-kafka.svg?logo=github&style=for-the-badge)][npm] [![Codecov](https://img.shields.io/codecov/c/gh/buka-lnc/npm.nestjs-kafka?logo=codecov&token=PLF0DT6869&style=for-the-badge)](https://codecov.io/gh/buka-lnc/npm.nestjs-kafka) +**Warning!!! This packages had be deprecated. Nestjs microservice has fully implemented this function. There is no reason to maintain this package.** + This is a nestJS module implemented using KafkaJS. That support multiple connections and fits the coding style of nestjs.