This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-rust.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a11445  Add attetion about moving over to rocketmq-clients
0a11445 is described below

commit 0a11445a7131cfc21551df4bfa2338e10731c473
Author: Aaron Ai <[email protected]>
AuthorDate: Sun Mar 12 09:45:51 2023 +0800

    Add attetion about moving over to rocketmq-clients
---
 README.md | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f824bfd..c233149 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,31 @@
+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](https://github.com/apache/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](https://github.com/apache/rocketmq-client-cpp/tree/main). Namely, we 
would build the whole client following protocols described in 
[rocketmq-apis](https://github.com/apache/rocketmq-apis) on top of 
[tokio](https://tokio.rs/), utilizing [Protocol 
buffers](https://developers.google.com/protocol-buffers) to serialize and 
deserialize data in transmission.
 
+Basically, this project would follow the same paradigm of [rocketmq-client-cpp 
v5.0.0](https://github.com/apache/rocketmq-client-cpp/tree/main). Namely, we 
would build the whole client following protocols described in 
[rocketmq-apis](https://github.com/apache/rocketmq-apis) on top of 
[tokio](https://tokio.rs/), utilizing [Protocol 
buffers](https://developers.google.com/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](./LICENSE). 
+
+This project follows [Apache License Version 2.0](./LICENSE).
 
 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.
\ No newline at end of file
+If this project catches your attention, do not hesitate to make a pull request.

Reply via email to