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

penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 139060b  PLSR-1456: Fix race condition on producer/consumer maps in 
ServerCnx (#9256)
     new 7c3bbc0  Fix: don't attempt to clean up packages when Source/Sink is 
builtin (#9289)
     new c6fe7a1  [Functions] Fixes function worker get superuser role (#9259)
     new a1fe129  [Authentication]Add authentication metrics (#9244)
     new e30f3f8  Fix system topic can not auto created (#9272)

The 4 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:
 .../AuthenticationProviderAthenz.java              | 87 ++++++++++++----------
 .../authentication/AuthenticationProviderSasl.java | 16 +++-
 .../AuthenticationProviderBasic.java               | 32 ++++----
 .../authentication/AuthenticationProviderTls.java  | 81 ++++++++++----------
 .../AuthenticationProviderToken.java               | 10 ++-
 .../metrics/AuthenticationMetrics.java             | 53 +++++++++++++
 .../pulsar/broker/service/BrokerService.java       |  6 ++
 .../pulsar/broker/admin/TopicPoliciesTest.java     | 14 ++++
 .../pulsar/broker/stats/PrometheusMetricsTest.java | 79 +++++++++++++++++++-
 .../apache/pulsar/io/PulsarFunctionE2ETest.java    | 36 +++++++--
 .../functions/worker/rest/api/ComponentImpl.java   | 28 ++++++-
 .../worker/rest/api/FunctionsImplTest.java         | 23 +++++-
 .../worker/rest/api/v3/SinkApiV3ResourceTest.java  | 77 +++++++++++++++++++
 .../rest/api/v3/SourceApiV3ResourceTest.java       | 77 +++++++++++++++++++
 14 files changed, 506 insertions(+), 113 deletions(-)
 create mode 100644 
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authentication/metrics/AuthenticationMetrics.java

Reply via email to