This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.
from 3c524c2 fix comment
new 3530b76 MQPullConsumer support MessageSelector
new 11bb267 Make tag type use 0 as subVersion
new 82a5961 Add integration test case
The 3 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:
.../client/consumer/DefaultMQPullConsumer.java | 26 ++++++
.../rocketmq/client/consumer/MQPullConsumer.java | 47 +++++++++++
.../impl/consumer/DefaultMQPullConsumerImpl.java | 98 ++++++++++++++++------
.../client/impl/consumer/PullAPIWrapper.java | 28 -------
.../client/impl/factory/MQClientInstance.java | 13 +++
.../test/client/consumer/filter/SqlFilterIT.java | 75 ++++++++++++++++-
6 files changed, 231 insertions(+), 56 deletions(-)
|