Apache rocketmq

Clone this repo:
  1. 0a11445 Add attetion about moving over to rocketmq-clients by Aaron Ai · 1 year, 2 months ago master
  2. 9bcd406 Merge pull request #1 from lizhanhui/develop by Zhanhui Li · 2 years, 2 months ago
  3. 6353ae8 Set up github action by Li Zhanhui · 2 years, 2 months ago
  4. 6fdf4c2 Add license file by Li Zhanhui · 2 years, 2 months ago
  5. 6da11b1 Add README.md file by Li Zhanhui · 2 years, 2 months ago

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.