You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/09/27 06:28:23 UTC

[rocketmq-clients] branch master updated (d52a5d1 -> 0e2747f)

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

lizhanhui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


    from d52a5d1  Golang: Fix typo (#248)
     add 0e2747f  Exclude abseil from API definition (#251)

No new revisions were added by this update.

Summary of changes:
 cpp/examples/ExampleProducerWithAsync.cpp    | 20 +++++++--------
 cpp/include/rocketmq/Message.h               | 29 +++++++---------------
 cpp/source/base/Message.cpp                  |  5 +++-
 cpp/source/base/MessageExt.cpp               |  6 +++--
 cpp/source/base/tests/MessageBuilderTest.cpp |  4 +--
 cpp/source/rocketmq/Producer.cpp             |  2 +-
 cpp/source/rocketmq/ProducerImpl.cpp         | 37 ++++++++++++++--------------
 cpp/source/trace/TracingUtility.cpp          |  8 +++---
 8 files changed, 51 insertions(+), 60 deletions(-)