You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/10/11 06:10:52 UTC

[rocketmq-client-python] 01/01: Add support for async send message and shardingkey order message

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git

commit 47f2e847130c74f0194398abaa4403eed4a0897b
Merge: b04c64f d905905
Author: dinglei <li...@163.com>
AuthorDate: Fri Oct 11 14:10:46 2019 +0800

    Add support for async send message and shardingkey order message
    
    Add support for async send message and shardingkey order message

 sample/testProducer.py   | 75 +++++++++++++++++++++++++++++++-----------------
 src/PythonWrapper.cpp    | 73 ++++++++++++++++++++++++++++++++++++++++++++++
 src/PythonWrapper.h      | 37 +++++++++++++++++++++++-
 test/TestSendMessages.py | 41 +++++++++++++++++++++++++-
 4 files changed, 198 insertions(+), 28 deletions(-)