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
discard d3d6cf7 Fix compile issue
discard a325db4 Use long enough timeout
discard 3482bad Sync protobuf files
discard 032bd2c Add invocation_status for consuming messages
discard 4ab09a0 Remove metrics discarded by wenting
discard fb2d6f0 Remove some metrics
discard 8aa01ba Use opencensus#end-time as stats time for OpenTelemetry
discard 5faa76e Add sum field for distribution
discard edf34c1 BugFix: Make point bear with timestmap
discard c53efaa Add unit tests
discard c0c024a Update validation of messages before publishing
discard 5ad828f Sync with latest proto
discard 2f19254 Support client metrics exporting
add ba3da92 Java: polish the part of metrics (#35)
add cd82ade GitHub Action: support to close stale issues/PRs (#36)
add f4116d3 Java: use delta prefered aggreagation temporality selector
(#37)
add f4c4aee Java: adapt to the latest protocol (#40)
add 9052022 Support client metrics exporting
add 5e60fa0 Sync with latest proto
add 4772176 Update validation of messages before publishing
add 0ea30aa Add unit tests
add 19985bd BugFix: Make point bear with timestmap
add 520d623 Add sum field for distribution
add 151015c Use opencensus#end-time as stats time for OpenTelemetry
add 9e10a75 Remove some metrics
add c11dc58 Remove metrics discarded by wenting
add 292c5b4 Add invocation_status for consuming messages
add 0e55f3e Sync protobuf files
add da49c20 Use long enough timeout
add b2d6f83 Fix compile issue
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 (d3d6cf7)
\
N -- N -- N refs/heads/cpp_dev (b2d6f83)
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.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 2 +-
.github/workflows/stale.yml | 28 +++
.../src/main/resources/rocketmq.logback.xml | 4 +-
.../client/java/impl/TelemetrySession.java | 2 +-
.../java/impl/consumer/ReceiveMessageResult.java | 5 +-
.../client/java/impl/producer/ProducerImpl.java | 5 +-
.../java/impl/producer/ProducerSettings.java | 17 --
.../client/java/message/PublishingMessageImpl.java | 37 +---
.../rocketmq/client/java/metrics/MessageMeter.java | 200 ++++++++++-----------
.../java/metrics/MetricMessageInterceptor.java | 52 +++---
.../rocketmq/client/java/route/Endpoints.java | 11 +-
java/client/src/main/resources/logback.xml | 4 +-
.../rocketmq/client/java/route/EndpointsTest.java | 46 +++++
java/pom.xml | 1 -
14 files changed, 218 insertions(+), 196 deletions(-)
create mode 100644 .github/workflows/stale.yml