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

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


    omit 8c88e77  Adapt to the latest protocol
    omit 00fba55  Java: adapt to the endpoint format which is start with 
http/https
    omit 5483046  Java: adapt to the latest protocol
     add f4c4aee  Java: adapt to the latest protocol (#40)
     new 0c74109  Java: refactor MessageMeter

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   (8c88e77)
            \
             N -- N -- N   refs/heads/java_dev (0c74109)

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:
 .../rocketmq/client/java/impl/ClientImpl.java      |   8 +-
 .../java/impl/consumer/PushConsumerImpl.java       |   2 +-
 .../rocketmq/client/java/metrics/MessageMeter.java | 215 +++++----------------
 .../client/java/metrics/MessageMeterProvider.java  | 182 +++++++++++++++++
 .../rocketmq/client/java/metrics/Metric.java       |  11 +-
 .../java/metrics/MetricMessageInterceptor.java     |  51 +++--
 6 files changed, 272 insertions(+), 197 deletions(-)
 create mode 100644 
java/client/src/main/java/org/apache/rocketmq/client/java/metrics/MessageMeterProvider.java

Reply via email to