This is an automated email from the ASF dual-hosted git repository.
tigerlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 95a8863e publish first release 1.0.0 (#673)
95a8863e is described below
commit 95a8863ed84d68d1b77bf3cec6ae66560952da03
Author: tiger lee <[email protected]>
AuthorDate: Thu Mar 7 11:44:17 2024 +0800
publish first release 1.0.0 (#673)
* publish first release 1.0.0
* publish first release for nodejs
* delete npm ignore and package lock
* update node client's doc
* update node client's doc
---------
Co-authored-by: tigerweili <[email protected]>
---
README-CN.md | 10 +++++-----
README.md | 10 +++++-----
nodejs/README-CN.md | 2 ++
nodejs/README.md | 2 ++
4 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/README-CN.md b/README-CN.md
index 266a2f69..51d92e49 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -19,11 +19,11 @@
| 特性 | Java | C/C++ | C# |
Golang | Rust | Python | Node.js | PHP |
| ---------------------------------------------- | :---: | :---: | :---: |
:----: | :---: | :----: | :-----: | :---: |
-| Producer with standard messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Producer with transactional messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Simple consumer | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
+| Producer with standard messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Producer with transactional messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Simple consumer | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
| Push consumer with concurrent message listener | ✅ | ✅ | 🚧 | 🚧
| 🚧 | 🚧 | 🚧 | 🚧 |
| Push consumer with FIFO message listener | ✅ | ✅ | 🚧 | 🚧
| 🚧 | 🚧 | 🚧 | 🚧 |
diff --git a/README.md b/README.md
index 916e6888..5ab62328 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@ Provide cloud-native and robust solutions for Java, C++,
C#, Golang, Rust and al
| Feature | Java | C/C++ | C# |
Golang | Rust | Python | Node.js | PHP |
| ---------------------------------------------- | :---: | :---: | :---: |
:----: | :---: | :----: | :-----: | :---: |
-| Producer with standard messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Producer with transactional messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
-| Simple consumer | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | 🚧 | 🚧 |
+| Producer with standard messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Producer with FIFO messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Producer with timed/delay messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Producer with transactional messages | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
+| Simple consumer | ✅ | ✅ | ✅ | ✅
| ✅ | 🚧 | ✅ | 🚧 |
| Push consumer with concurrent message listener | ✅ | ✅ | 🚧 | 🚧
| 🚧 | 🚧 | 🚧 | 🚧 |
| Push consumer with FIFO message listener | ✅ | ✅ | 🚧 | 🚧
| 🚧 | 🚧 | 🚧 | 🚧 |
diff --git a/nodejs/README-CN.md b/nodejs/README-CN.md
index 183bad4e..6be23e52 100644
--- a/nodejs/README-CN.md
+++ b/nodejs/README-CN.md
@@ -21,6 +21,8 @@ npm install
npm run init
# 运行单元测试
npm test
+# 安装rocketmq nodejs 客户端
+npm i rocketmq-client-nodejs
```
开启 grpc-js 的调试日志:
diff --git a/nodejs/README.md b/nodejs/README.md
index 992bc0a8..aa542f10 100644
--- a/nodejs/README.md
+++ b/nodejs/README.md
@@ -20,6 +20,8 @@ npm install
npm run init
# Run the unit tests.
npm test
+# Installs rocketmq nodejs client
+npm i rocketmq-client-nodejs
```
Enable trace debug log for grpc-js: