aaron-ai commented on code in PR #335: URL: https://github.com/apache/rocketmq-clients/pull/335#discussion_r1059646376
########## rust/README.md: ########## @@ -0,0 +1,43 @@ +# The Rust Implementation of Apache RocketMQ Client + +Here is the rust implementation of the client for [Apache RocketMQ](https://rocketmq.apache.org/). +It is still at a very early stage of development. + +## Prerequisites + +| Stage | Requirements | +| ------- |--------------| +| Build | Rust 1.66+ | Review Comment: @CherishCai Generally, the minimal version we support is largely consistent with the version that gRPC supports. I am not a rust expert. Is it possible that some developers think we only support 1.66+ from the readme? If so, the compatibility of the RocketMQ rust client may be difficult to keep after a library that requires 1.66+ is introduced by someone and widely used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
