Skip to main content

RocketMQ Python Client

Project description

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

Clone the current repository to your local machine and set up a virtual environment for development, which will help you manage dependencies more efficiently. Follow the steps below:

Navigate to the python subdirectory and execute the command below to create a new virtual environment:

python3 -m venv myvenv

Activate the virtual environment. The activation method depends on your operating system:

  • For Windows, execute: myvenv\Scripts\activate.bat
  • For macOS/Linux: execute: source myvenv/bin/activate

Install the required dependency libraries by executing the following command:

pip install -r requirements.txt

Current Progress

  • Protocol layer code generation is completed.

  • Partial completion of rpcClient.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rocketmq_client-0.1.0.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

rocketmq_client-0.1.0-py3-none-any.whl (22.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page