Add attetion about moving over to rocketmq-clients
1 file changed
tree: e17b299d7397b9ef60b71d215f756ba096432dae
  1. .github/
  2. proto/
  3. src/
  4. .gitignore
  5. build.rs
  6. Cargo.lock
  7. Cargo.toml
  8. LICENSE
  9. README.md
README.md

Attention ❗❗❗

This project has been ARCHIVED and we are NO LONGER accepting new pull requests or issues. Thank you to all the developers who contributed to this project in the past. If you have any ideas, discussions or submissions regarding the Rust client, please move over to rocketmq-clients. Thank you!

Introduction

Project rocketmq-client-rust is targeted to implement Rust binding in native Rust code. At the current moment, it is still a work-in-progress project. Do not use it in production till it grows mature enough.

Architecture

Basically, this project would follow the same paradigm of rocketmq-client-cpp v5.0.0. Namely, we would build the whole client following protocols described in rocketmq-apis on top of tokio, utilizing Protocol buffers to serialize and deserialize data in transmission.

How to build

We would use cargo to build, run and test.

License

This project follows Apache License Version 2.0.

How to contribute

Similar to other Apache RocketMQ projects, we welcome contributions in various ways, from filing a bug report, correcting type error, document writing to complete feature implementation. Any attempt to make this project better is welcome.

If this project catches your attention, do not hesitate to make a pull request.