You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by xu...@apache.org on 2019/07/08 16:13:58 UTC

[rocketmq-client-cpp] branch master updated (390bfe6 -> 8b6cb07)

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

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


    from 390bfe6  Resolve the bug without encode batch flag when send batch message #152
     add f33a696  remove removeDropedPullRequestOpaque and deleteOpaqueForDropPullRequest.
     new 8b6cb07  Remove useless code such as removeDropedPullRequestOpaque and deleteOpaqueForDropPullRequest.

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:
 src/MQClientAPIImpl.cpp                | 22 +++-------------------
 src/MQClientAPIImpl.h                  |  1 -
 src/MQClientFactory.cpp                | 19 ++-----------------
 src/MQClientFactory.h                  |  1 -
 src/common/AsyncArg.h                  |  3 +--
 src/consumer/DefaultMQPullConsumer.cpp |  1 -
 src/consumer/DefaultMQPushConsumer.cpp |  1 -
 src/consumer/PullRequest.cpp           | 12 ------------
 src/consumer/PullRequest.h             |  3 ---
 src/consumer/Rebalance.cpp             |  4 ++--
 src/transport/TcpRemotingClient.cpp    | 16 ----------------
 src/transport/TcpRemotingClient.h      |  2 --
 12 files changed, 8 insertions(+), 77 deletions(-)


[rocketmq-client-cpp] 01/01: Remove useless code such as removeDropedPullRequestOpaque and deleteOpaqueForDropPullRequest.

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

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

commit 8b6cb07eab390866881b4035b5b67ea4744a5b17
Merge: 390bfe6 f33a696
Author: jonnxu <jo...@163.com>
AuthorDate: Tue Jul 9 00:13:53 2019 +0800

    Remove useless code such as removeDropedPullRequestOpaque and deleteOpaqueForDropPullRequest.

 src/MQClientAPIImpl.cpp                | 22 +++-------------------
 src/MQClientAPIImpl.h                  |  1 -
 src/MQClientFactory.cpp                | 19 ++-----------------
 src/MQClientFactory.h                  |  1 -
 src/common/AsyncArg.h                  |  3 +--
 src/consumer/DefaultMQPullConsumer.cpp |  1 -
 src/consumer/DefaultMQPushConsumer.cpp |  1 -
 src/consumer/PullRequest.cpp           | 12 ------------
 src/consumer/PullRequest.h             |  3 ---
 src/consumer/Rebalance.cpp             |  4 ++--
 src/transport/TcpRemotingClient.cpp    | 16 ----------------
 src/transport/TcpRemotingClient.h      |  2 --
 12 files changed, 8 insertions(+), 77 deletions(-)