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:51 UTC

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

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 b04c64f  Merge pull request #41 from twz915/patch-1
     add 30d6b53  feat(producer) add send message orderly by sharding key
     add a505be2  fix(producer) remove useless parameter in send message orderly
     add d216bdf  feature(producer) add async send message for producer
     add 07c42cd  fix(producer) fix the call back map redefinition error
     add cb4347f  feat(producer) add compress and max message size set support
     add 5c55173  feat(producer) polish async send message
     add 88a432a  fix(producer) fix send message call back delcare error
     add 35498a5  fix(producer) remove Message convert
     add 44406b2  feat(producer) add thread lock for send message async
     add 72ffeeb  fix(producer) polish async send callback implementation
     add e48b369  test(producer) add async send message test
     add 37bc0bc  feat(producer) add exception mechanism for send message
     add d905905  test(producer) add exception test in async send message
     new 47f2e84  Add support for async send message and shardingkey order message

The 1 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:
 sample/testProducer.py   | 75 +++++++++++++++++++++++++++++++-----------------
 src/PythonWrapper.cpp    | 73 ++++++++++++++++++++++++++++++++++++++++++++++
 src/PythonWrapper.h      | 37 +++++++++++++++++++++++-
 test/TestSendMessages.py | 41 +++++++++++++++++++++++++-
 4 files changed, 198 insertions(+), 28 deletions(-)


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

Posted by di...@apache.org.
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(-)