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 94d97a09c106bc3804e711b1dfd9271e932d19b1 Merge: 8b6cb07 d403cd4 Author: jonnxu AuthorDate: Tue Jul 9 00:17:05 2019 +0800 Export send batch messages api in c style example/CBatchProducer.c | 62 ++++++++++++++++++++++++++++++++++++++++++++ include/CBatchMessage.h | 36 +++++++++++++++++++++++++ include/CProducer.h | 4 ++- src/extern/CBatchMessage.cpp | 59 +++++++++++++++++++++++++++++++++++++++++ src/extern/CProducer.cpp | 38 ++++++++++++++++++++++++++- 5 files changed, 197 insertions(+), 2 deletions(-)