Skip to content

Commit

Permalink
[ISSUE #325]📝Update rocketmq-broker crate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Apr 23, 2024
1 parent 044ecfc commit f32b77e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rocketmq-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ cargo run --bin rocketmq-broker-rust
| schedule message store load | :heavy_minus_sign: | 💔 ❌ | |
| send message hook | :heavy_minus_sign: | 💔 ❌ | |
| consume message hook | :heavy_minus_sign: | 💔 ❌ | |
| send message | 10 | 💔 ❌ | |
| send message v2 | 310 | 💔 ❌ | |
| send message | 10 | ❤️ ✅ | |
| send message v2 | 310 | ❤️ ✅ | |
| send batch message | 320 | 💔 ❌ | |
| consume send message back | 36 | 💔 ❌ | |
| pull message | 11 | 💔 ❌ | |
Expand All @@ -96,8 +96,8 @@ cargo run --bin rocketmq-broker-rust
| send reply message v2 | 325 | 💔 ❌ | |
| query message | 12 | 💔 ❌ | |
| view message by id | 33 | 💔 ❌ | |
| heart beat | 34 | 💔 ❌ | |
| unregister client | 35 | 💔 ❌ | |
| heart beat | 34 | ❤️ ✅ | |
| unregister client | 35 | ❤️ ✅ | |
| check client config | 46 | 💔 ❌ | |
| get consumer list by group | 38 | 💔 ❌ | |
| update consumer offset | 15 | 💔 ❌ | |
Expand Down

0 comments on commit f32b77e

Please sign in to comment.