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 12:23:16 UTC

[rocketmq-client-python] branch master updated (47f2e84 -> 7d3bebf)

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

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


    from 47f2e84  Add support for async send message and shardingkey order message
     new 4805d35  feat(producer) add batch message send support
     new f2cba38  fix(producer) fix declare CBatchMessage predefine error
     new c8a6201  feat(consumer) add broadcast consume message support
     new f42b62a  test(client) add batch message and broadcast consume message test
     new 6bc8c5d  feat(consumer) add orderly consume message support
     new 7d3bebf  Merge pull request #49 from duhenglucky/batch

The 112 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/PythonWrapper.cpp       | 46 +++++++++++++++++++++++++++++++++++++++++++++
 src/PythonWrapper.h         | 14 ++++++++++++--
 test/TestConsumeMessages.py |  4 ++--
 test/TestSendMessages.py    | 21 ++++++++++++++++++++-
 4 files changed, 80 insertions(+), 5 deletions(-)