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 b14b301  Configurable data source for offloaded messages (#8717)
     new 657f117  [#9177] add metrics server to go function (#9318)
     new 5fc5f65  Fix setting backlogQuota will always succeed (#9382)
     new d48a575  [pulsar-client-cpp] Fix broken replication msg to specific 
cluster (#9372)
     new 6b9df95  [go-functions] fix metrics server handler error (#9394)
     new 732c839  [tiered-storage] Allow AWS credentials to be refreshed (#9387)
     new 5b7f99f  [pulsar-broker]Add alerts for expired/expiring soon tokens 
(#9321)
     new dfef57d  Skip clear delayed messages while dispatch does not init 
(#9378)
     new 297a1b9  fix narExtractionDirectory not set (#9319)
     new 13c4f9b  Compression must be applied during deferred schema 
preparation and enableBatching is enabled (#9396)

The 9 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:
 .../AuthenticationProviderToken.java               |  30 +++++-
 .../service/persistent/PersistentSubscription.java |   4 +-
 .../apache/pulsar/broker/admin/AdminApiTest2.java  |   9 +-
 .../pulsar/broker/admin/TopicPoliciesTest.java     |  23 +++++
 .../pulsar/broker/stats/PrometheusMetricsTest.java | 110 +++++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     |  48 +++++++++
 pulsar-client-cpp/lib/Commands.cc                  |   5 +
 .../apache/pulsar/client/impl/ProducerImpl.java    |  28 ++++--
 .../apache/pulsar/common/nar/NarClassLoader.java   |   2 +-
 pulsar-function-go/conf/conf.go                    |   2 +
 pulsar-function-go/conf/conf.yaml                  |   2 +
 pulsar-function-go/go.mod                          |   3 +-
 pulsar-function-go/go.sum                          |   6 ++
 pulsar-function-go/pf/context.go                   |   4 +
 pulsar-function-go/pf/instance.go                  |   3 +
 pulsar-function-go/pf/instanceConf.go              |   2 +
 pulsar-function-go/pf/instanceConf_test.go         |   1 +
 pulsar-function-go/pf/stats.go                     |  49 ++++++++-
 pulsar-function-go/pf/stats_test.go                |  30 ++++++
 .../functions/instance/go/GoInstanceConfig.java    |   2 +
 .../pulsar/functions/runtime/RuntimeUtils.java     |   9 +-
 .../pulsar/functions/runtime/RuntimeUtilsTest.java |   3 +-
 .../runtime/kubernetes/KubernetesRuntimeTest.java  |   1 +
 .../jcloud/provider/JCloudBlobStoreProvider.java   |  50 ++++++----
 .../provider/TieredStorageConfigurationTests.java  |  54 +++++-----
 25 files changed, 419 insertions(+), 61 deletions(-)

Reply via email to