This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 176b1007e0c [fix][build] Upgrade PyYaml version to 6.0.1 (#20831)
new 16f57a88113 [improve][offload] Support to configure more offload
driver (#20736)
new f7251a22bfa [improve][offload] Create offload resources lazily (#20775)
new 76b15b688d0 [improve][offload] Extend the offload policies to allow
specifying more conf (#20804)
The 3 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:
.../common/policies/data/OffloadPoliciesImpl.java | 32 ++++++++-
.../org/apache/pulsar/common/util/FieldParser.java | 9 +++
.../common/policies/data/OffloadPoliciesTest.java | 79 ++++++++++++++++++++++
.../apache/pulsar/common/util/FieldParserTest.java | 45 ++++++++++++
.../impl/BlobStoreManagedLedgerOffloader.java | 26 ++++---
5 files changed, 179 insertions(+), 12 deletions(-)