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/02/23 13:40:28 UTC

[rocketmq] branch snode updated (3706778 -> 923a766)

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

dinglei pushed a change to branch snode
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


    from 3706778  Add lockMQ function for support order message
     new f7e2b1f  Merge branch 'snode' of github.com:apache/rocketmq into snode
     new a23ef1b  Merge branch 'snode' of github.com:apache/rocketmq into snode
     new 510bb34  Merge branch 'snode' of github.com:apache/rocketmq into snode
     new 2669a5c  Support origin 4.x
     new 923a766  Merge branch 'snode' of github.com:apache/rocketmq into snode

The 910 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:
 .../org/apache/rocketmq/client/ClientConfig.java   |  13 +-
 .../client/consumer/DefaultMQRealPushConsumer.java |   3 +
 .../consumer/store/RemoteBrokerOffsetStore.java    |  44 ++++---
 .../rocketmq/client/impl/MQClientAPIImpl.java      |   2 +-
 .../client/impl/consumer/PullAPIWrapper.java       |  27 ++--
 .../client/impl/factory/MQClientInstance.java      | 146 ++++++++++++++-------
 .../impl/producer/DefaultMQProducerImpl.java       |  42 +++---
 7 files changed, 189 insertions(+), 88 deletions(-)