This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a change to branch cpp_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
omit 24bc2ce Retry ack/nack/forward-to-dlq of messages unless the
lifecycle completes: success or receipt-handle becomes invalid
omit 5538179 Delete unused files from opencensus
omit e78c54c Make client-id unique in case container clients retart
add a4718c8 Retry ack/nack/forward-to-dlq of messages unless the
lifecycle completes: success or receipt-handle becomes invalid (#82)
new 4fddbba Verify compile using CMake on Ubuntu
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (24bc2ce)
\
N -- N -- N refs/heads/cpp_dev (4fddbba)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
cpp/CMakeLists.txt | 1 +
cpp/README.md | 51 ++++++++++++++++++++++++++++++++++++++++-----
cpp/examples/CMakeLists.txt | 2 +-
3 files changed, 48 insertions(+), 6 deletions(-)