This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 5796842dd2a [fix][misc] Fix invalid PIP GitHub issue template (#20440)
add ad75cc87e04 [improve][meta] Support set metadata size threshold for
compression. (#19561)
No new revisions were added by this update.
Summary of changes:
.../mledger/ManagedLedgerFactoryConfig.java | 22 ++++++
.../mledger/MetadataCompressionConfig.java | 56 +++++++++++++++
.../mledger/impl/ManagedLedgerFactoryImpl.java | 5 +-
.../bookkeeper/mledger/impl/MetaStoreImpl.java | 81 +++++++++++-----------
.../impl/ManagedCursorInfoMetadataTest.java | 57 +++++++++++++--
.../impl/ManagedLedgerInfoMetadataTest.java | 63 ++++++++++++++---
.../apache/pulsar/broker/ServiceConfiguration.java | 13 ++++
.../pulsar/broker/ManagedLedgerClientFactory.java | 4 ++
8 files changed, 244 insertions(+), 57 deletions(-)
create mode 100644
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/MetadataCompressionConfig.java