Skip to content

Commit

Permalink
publish first release 1.0.0 (apache#673)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
francisoliverlee and tigerweili authored Mar 7, 2024
1 parent 74f3aec commit 95a8863
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||| 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 |

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||| 🚧 | 🚧 | 🚧 | 🚧 | 🚧 | 🚧 |

Expand Down
2 changes: 2 additions & 0 deletions nodejs/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ npm install
npm run init
# 运行单元测试
npm test
# 安装rocketmq nodejs 客户端
npm i rocketmq-client-nodejs
```

开启 grpc-js 的调试日志:
Expand Down
2 changes: 2 additions & 0 deletions nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 95a8863

Please sign in to comment.