You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[](https://api.star-history.com/svg?repos=mxsm/rocketmq-rust&type=Date)|[](https://git-contributor.com?chart=contributorOverTime&repo=mxsm/rocketmq-rust)|
|[](https://api.star-history.com/svg?repos=mxsm/rocketmq-rust&type=Date)|[](https://git-contributor.com?chart=contributorOverTime&repo=mxsm/rocketmq-rust)|
8
8
9
+
## Getting Started
10
+
11
+
### Requirements
12
+
13
+
1. rust toolchain MSRV is 1.75.(stable,nightly)
14
+
15
+
### Run name server
16
+
17
+
Run the following command to start the name server
18
+
19
+
```shell
20
+
cargo run --bin namesrv
21
+
```
22
+
9
23
## Modules
10
24
11
25
The existing RocketMQ has the following functional modules:
0 commit comments