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 8b6cb07 Remove useless code such as removeDropedPullRequestOpaque and
deleteOpaqueForDropPullRequest.
add cc582f1 bacht send message
add 30002f4 clang-framt
add b63736e change
add d403cd4 change
new 94d97a0 Export send batch messages api in c style
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/CBatchProducer.c | 62 ++++++++++++++++++++++
include/{CMessageQueue.h => CBatchMessage.h} | 18 +++----
include/CProducer.h | 4 +-
.../CSendResult.h => src/extern/CBatchMessage.cpp | 45 +++++++++++-----
src/extern/CProducer.cpp | 38 ++++++++++++-
5 files changed, 142 insertions(+), 25 deletions(-)
create mode 100644 example/CBatchProducer.c
copy include/{CMessageQueue.h => CBatchMessage.h} (71%)
copy include/CSendResult.h => src/extern/CBatchMessage.cpp (56%)