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).
- Python 3.7 is the minimum version required, Python 3.10 is the recommended version.
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rocketmq_client-0.1.0.tar.gz
.
File metadata
- Download URL: rocketmq_client-0.1.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b715730e2f4ae06c4a5f925a43c15968a5d2427526a163ec8bc28493ee83366 |
|
MD5 | 5863023652a012b4a3631816fe30b0a9 |
|
BLAKE2b-256 | 35504c60c6141372a094a92474b98dd2a272a9279b29fa42ad6ab97c5472cd7b |
File details
Details for the file rocketmq_client-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: rocketmq_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9679324b5a811442603ff1c486fd580306d2939cc6446762f77608de16673ad |
|
MD5 | d9eb103e78618f097d2422496f6f88d7 |
|
BLAKE2b-256 | 698d6c5134aba8f7d88524d2c0658dfbfbbc8bf0c3fd47ed32c120f613f0dd25 |