You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/10/12 09:19:46 UTC

[rocketmq-client-cpp] branch master updated (d5f82b5 -> 6bf50cd)

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

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


 discard d5f82b5  style(example):format the code style in example
     add 544eaea  feat(producer): add method for orderly message sending by shardingkey
     add 3b2c0f3  feat(producer): add method for orderly message sending by shardingkey
     add 352ea92  Format the code style.
     add 77e6b8f  Support set max cache size for consumer.
     add 2dfbb0c  feat(producer): Support user data in async callback
     add 0420f89  Fix: skip compressing if message is a batch one
     new 6bf50cd  Merge branch 'master' of github.com:apache/rocketmq-client-cpp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d5f82b5)
            \
             N -- N -- N   refs/heads/master (6bf50cd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 example/AsyncProducer.cpp          |  30 +++++-----
 example/Producer.c                 |  40 ++++++-------
 include/CCommon.h                  |   4 +-
 include/CProducer.h                |  15 ++++-
 include/CPushConsumer.h            |   4 +-
 src/extern/CProducer.cpp           | 111 ++++++++++++++++++++++++++++++++++++-
 src/extern/CPushConsumer.cpp       |  13 +++++
 src/producer/DefaultMQProducer.cpp |   5 +-
 8 files changed, 180 insertions(+), 42 deletions(-)


[rocketmq-client-cpp] 01/01: Merge branch 'master' of github.com:apache/rocketmq-client-cpp

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6bf50cdfd840b75ad2d7ee6ce7b34b610889f39b
Merge: 25c1bc4 0420f89
Author: vongosling <vo...@apache.org>
AuthorDate: Sat Oct 12 11:50:37 2019 +0800

    Merge branch 'master' of github.com:apache/rocketmq-client-cpp

 include/CCommon.h                  |   4 +-
 include/CProducer.h                |  15 ++++-
 include/CPushConsumer.h            |   4 +-
 src/extern/CProducer.cpp           | 111 ++++++++++++++++++++++++++++++++++++-
 src/extern/CPushConsumer.cpp       |  13 +++++
 src/producer/DefaultMQProducer.cpp |   5 +-
 6 files changed, 145 insertions(+), 7 deletions(-)