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
The existing RocketMQ has the following functional modules:
8
+
9
+
-**Name Server**
10
+
-**Broker**
11
+
-**Store (Local Storage)**
12
+
-**Controller (High Availability)**
13
+
-**Client (SDK)**
14
+
-**Proxy**
15
+
-**Tiered Store (Tiered Storage Module)**
16
+
17
+
The specific functions of each module can be referred to in the [official RocketMQ documentation](https://github.com/apache/rocketmq/tree/develop/docs). The Rust implementation will be carried out sequentially in the following order.
18
+
19
+
## Name Server
20
+
21
+
### Broker Management
22
+
23
+
-[ ]**[WIP] Broker registration**
24
+
-[ ]**Heartbeat message processing**
25
+
26
+
TODO
27
+
28
+
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.
0 commit comments