Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish first release 1.0.0 #673

Merged
merged 5 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading