tree: 900c769cf07b2b2f84db38c5303ab3ad53448869 [path history] [tgz]
  1. client/
  2. protocol/
  3. README-CN.md
  4. README.md
  5. requirements.txt
python/README.md

The Python Implementation of Apache RocketMQ Client

English | 简体中文 | RocketMQ Website

Overview

Here is the python implementation of the client for Apache RocketMQ. Different from the remoting-based client, the current implementation is based on separating architecture for computing and storage, which is the more recommended way to access the RocketMQ service.

Here are some preparations you may need to know (or refer to here).

  1. Python 3.7 is the minimum version required, Python 3.10 is the recommended version.
  2. Setup namesrv, broker, and proxy.

Getting Started

To install the relevant dependency libraries, use the command “pip install -r requirements.txt” in the directory “rocketmq-clients/python”.

Current Progress

  • Protocol layer code generation is completed.

  • Partial completion of rpcClient.