-
Notifications
You must be signed in to change notification settings - Fork 98
Releases: apache/rocketmq-client-python
Releases · apache/rocketmq-client-python
rocketmq-client-python-2.0.0
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.
Assets 2
1 person reacted
rocketmq-client-python-1.2.4
@ShannonDing
ShannonDing
e8e43cc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The main goal of this release is to support some new features, e.g. send an orderly message by sharing key and send transaction messages.
Feature
- [PR-48] - feat(producer): support lite producer to send message by sharding key
- [PR-49] - feat(consumer): support orderly consume messages
- [PR-50] - feat(producer): support timeout support and log setting for client
- [PR-51] - feat(transaction): support sending transaction messages
Improvement
- [PR-41] - update the install method in read me file
Assets 2
rocketmq-client-python-1.2.0
@duhengforever
duhengforever
5128e99
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This version is the first official Python client of rocketmq. It is based on the kernel of the CPP client and uses boost python to encapsulate the API Implementation of C. You can make Python modules with a simple command.
This version provides the following features:
- Support reliable synchronous sending of messages;
- Support reliable push consumption model;
- Support default cluster consumption;
- Support delayed messages;
- Support custom message properties;
- Support message Compression.