You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "yanchaomei (via GitHub)" <gi...@apache.org> on 2023/05/11 07:33:44 UTC

[GitHub] [rocketmq-clients] yanchaomei opened a new pull request, #513: Initial Writing of Python Client README

yanchaomei opened a new pull request, #513:
URL: https://github.com/apache/rocketmq-clients/pull/513

   ### Brief Description
   
   Initial Writing of Python Client README
   add requirements.txt


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] aaron-ai commented on pull request #513: Initial Writing of Python Client README

Posted by "aaron-ai (via GitHub)" <gi...@apache.org>.
aaron-ai commented on PR #513:
URL: https://github.com/apache/rocketmq-clients/pull/513#issuecomment-1543520514

   @yanchaomei  Nice work! Could you fix the markdown style issue?
   


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] aaron-ai commented on a diff in pull request #513: Initial Writing of Python Client README

Posted by "aaron-ai (via GitHub)" <gi...@apache.org>.
aaron-ai commented on code in PR #513:
URL: https://github.com/apache/rocketmq-clients/pull/513#discussion_r1190832249


##########
python/README-CN.md:
##########
@@ -0,0 +1,21 @@
+# Python 客户端
+
+[English](README.md) | 简体中文 | [RocketMQ 官网](https://rocketmq.apache.org/)
+
+## 概述
+
+不同于[基于 RemotingCommand 协议的版本](https://github.com/apache/rocketmq/tree/develop/client),当前的客户端基于 RocektMQ 5.0 存算分离架构进行设计开发,是 RocketMQ 社区目前推荐的接入方式,也是未来客户端演进的主要方向。
+
+在开始客户端的部分之前,所需的一些前期工作(或者参照[这里](https://rocketmq.apache.org/zh/docs/quickStart/02quickstart/)):
+
+1. 准备 Python 环境。Python 3.5 是确保客户端运行的最小版本,Python 3.10 是推荐版本;

Review Comment:
   3.5 -> 3.7? see: https://grpc.io/docs/languages/python/quickstart/#prerequisites



-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] aaron-ai merged pull request #513: Initial Writing of Python Client README

Posted by "aaron-ai (via GitHub)" <gi...@apache.org>.
aaron-ai merged PR #513:
URL: https://github.com/apache/rocketmq-clients/pull/513


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org