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 c445724 Optimize type detection for DefaultMQProducer.sendKernelImpl and cproducer.SendMessageAsync
add 43b87fe Add GetLatestErrorMessage feature
add 1ec72c0 Modify MQClientErrorContainer Method signature
add f76604c Add Lock on write and read Error Message
add 010e143 Merge branch 'master' into issue-errorinfo
new ed71e22 Add GetLatestErrorMessage feature
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:
.../CSendResult.cpp => include/CErrorMessage.h | 9 ++++-
src/common/MQClientErrorContainer.cpp | 44 ++++++++++++++++++++++
src/common/MQClientErrorContainer.h | 43 +++++++++++++++++++++
src/extern/CErrorMessage.cpp | 33 ++++++++++++++++
src/extern/CProducer.cpp | 9 +++++
src/extern/CPullConsumer.cpp | 5 +++
src/extern/CPushConsumer.cpp | 2 +
7 files changed, 144 insertions(+), 1 deletion(-)
copy src/extern/CSendResult.cpp => include/CErrorMessage.h (81%)
create mode 100644 src/common/MQClientErrorContainer.cpp
create mode 100644 src/common/MQClientErrorContainer.h
create mode 100644 src/extern/CErrorMessage.cpp
|