mxsm / rocketmq-rust

🚀Apache RocketMQ Rust implementation. Faster, safer, and with lower memory usage.
https://docs.rs/rocketmq-rust
Apache License 2.0
608 stars 80 forks source link

[Feature🚀] 存储层参考automq的实现 #973

Closed leyou240 closed 1 month ago

leyou240 commented 1 month ago

Is Your Feature Request Related to a Problem?

存储层参考automq的实现 https://github.com/AutoMQ/automq-for-rocketmq和https://github.com/AutoMQ/automq

Describe the Solution You'd Like

No response

Describe Alternatives You've Considered

No response

Additional Context

No response

mxsm commented 1 month ago

@leyou240 Thanks for your suggestion. The storage implementation will first follow the realization of the RocketMQ Java version. Once the overall progress catches up with the Java version, we will proceed to develop a cloud-native storage solution. This will align with AutoMQ.Since Rust has some syntactical and related differences from the Java version, the overall development is still in the exploratory phase. We've encountered some issues along the way, but we're gradually resolving them.