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/01/24 14:50:24 UTC

[rocketmq-client-python] branch master updated (266d0d0 -> ac2aa11)

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 266d0d0  Create CONTRIBUTING.md
     new 6342fce  support seding message orderly
     new 94b809e  Merge pull request #2 from apache/master
     new 00a1ec0  Merge branch 'master' of https://github.com/francisoliverlee/rocketmq-client-python
     new afef779  Merge pull request #3 from apache/master
     new 491f053  Merge pull request #4 from apache/master
     new a96f355  add sending orderly message case
     new ac2aa11  Support sending orderly  message.

The 88 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:
 .gitignore                  |  2 +-
 doc/api-doc/producer.md     | 14 +++++++++-
 doc/quick-start.md          | 64 +++++++++++++++++++++++++++++++++++++++++++++
 src/PythonWrapper.cpp       | 19 ++++++++++++++
 src/PythonWrapper.h         |  8 ++++++
 test/TestConsumeMessages.py | 23 +++++++++++++---
 test/TestSendMessages.py    | 25 ++++++++++++++----
 7 files changed, 144 insertions(+), 11 deletions(-)
 create mode 100644 doc/quick-start.md