rocketmq-client-python-2.0.0
Pre-release
Pre-release
This version is the first official Python client of rocketmq using ctypes to encapsulate the API Implementation of C, and this release provides the following features:
- Supports sending and consuming traditional messages;
- Supports sending and consuming orderly messages;
- Supports sending and consuming transaction messages;
- Supports sending and consuming delayed messages;
- Supports python2 and python3 env;
- Supports installing SDK by pip.