-
Notifications
You must be signed in to change notification settings - Fork 229
Description
If you are interested in these features and want to contribute, please do not hesitate to contact me.
Broker feature develop
-
[Enhancement] Implementing network communication for the Broker #169
-
[Feature] Support send message and send message v2(request code:10,310) #206
-
[Feature🚀] Rocketmq-Rust supports the POP consumption model #1297
-
[Feature🚀] Rocketmq-rust request code QUERY_ASSIGNMENT(400) support #1300
-
[Feature🚀] Rocketmq-broker supports RequestCode ChangeMessageInvisibleTime(200053) #1678
- [Feature🚀]Add PopCheckPoint struct #1679
- [Refactor♻️]Refactor ChangeInvisibleTimeProcessor handle logic #1680
- [Feature🚀] Implement ChangeInvisibleTimeProcessor logic #1681
- [Feature🚀] Implement ChangeInvisibleTimeProcessor#ack_origin method #1691
- [Feature🚀] Implement ChangeInvisibleTimeProcessor#append_check_point method #1692
- [Feature🚀]Implement ChangeInvisibleTimeProcessor#process_change_invisible_time_for_order method #1693
-
[Feature🚀] Rocketmq-broker supports EscapeBridge functions #1694
Store feature develop
-
[Feature]Define the rust version of Messagestore based on the Java version of MessageStore #137
-
[Feature]Implementation MessageStore load file data from local file #139
-
[Feature] Implement DefaultMappedFile related functions #217
-
[Feature] Implement MessageStore put message(single message) #222
-
[Feature🚀] Rocketmq-rust supports RequestCode ConsumerSendMsgBack(36) #1541