Skip to content

Commit

Permalink
[ISSUE #45]Update README.md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Jan 15, 2024
1 parent 8a4e3c0 commit 9b12beb
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,38 @@ The specific functions of each module can be referred to in the [official Rocket

## Name Server

### Broker Management

- [x] **Broker registration(request code: 103)-Currently, only basic Broker registration is supported. Support for the Controller mode is pending.**
- [x] **Retrieve cluster information(request code: 106)**
- [ ] **Heartbeat message processing**

TODO
Feature list:

> Not support: :broken_heart:
>
> Base support::heart:
>
> Perfect support::sparkling_heart:
| Feature | request code | Support | remark |
| -------------------------------------- | ------------ | -------------- | ------ |
| Put KV Config | 100 | :broken_heart: | |
| Get KV Config | 101 | :broken_heart: | |
| Delete KV Config | 102 | :broken_heart: | |
| Get kv list by namespace | 219 | :broken_heart: | |
| Query Data Version | 322 | :broken_heart: | |
| Register Broker | 103 | :heart: | |
| Unregister Broker | 104 | :broken_heart: | |
| Broker Heartbeat | 904 | :broken_heart: | |
| Get broker member_group | 901 | :broken_heart: | |
| Get broker cluster info | 106 | :broken_heart: | |
| Wipe write perm of boker | 205 | :broken_heart: | |
| Add write perm of brober | 327 | :broken_heart: | |
| Get all topic list from name server | 206 | :broken_heart: | |
| Delete topic in name server | 216 | :broken_heart: | |
| Register topic in name server | 217 | :broken_heart: | |
| Get topics by cluster | 224 | :broken_heart: | |
| Get system topic list from name server | 304 | :broken_heart: | |
| Get unit topic list | 311 | :broken_heart: | |
| Get has unit sub topic list | 312 | :broken_heart: | |
| Get has unit sub ununit topic list | 313 | :broken_heart: | |
| Update name server config | 318 | :broken_heart: | |
| Get name server config | 318 | :broken_heart: | |

Other module implementations will be done subsequently, starting with the Rust implementation of the Name Server. The goal is to achieve functionality similar to the Java version.

Expand Down

0 comments on commit 9b12beb

Please sign in to comment.