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.
from d06d901 Merge pull request #7 from jonnxu/master
add 02d9c8f Support Pull Consumer
add 1c83a25 Support pull consumer
new bd98fa6 Merge pull request #9 from ShannonDing/master
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:
.gitignore | 2 +
.../{PushConsumeMessage.c => PullConsumeMessage.c} | 33 +++----
include/CMessageQueue.h | 1 +
include/CPullConsumer.h | 7 +-
include/CPullResult.h | 2 +-
src/extern/CPullConsumer.cpp | 101 ++++++++++++++++++---
6 files changed, 110 insertions(+), 36 deletions(-)
create mode 100644 .gitignore
copy example/{PushConsumeMessage.c => PullConsumeMessage.c} (55%)
|