This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from ed053c8 Pulsar IO: implement --retain-key-ordering (KEY_SHARED
subscription) for Sinks (#14083)
add 25db606 [functions] Distributed log metadata not correctly
initialized (#13891)
No new revisions were added by this update.
Summary of changes:
.../apache/pulsar/broker/ServiceConfiguration.java | 12 +-
.../apache/pulsar/PulsarClusterMetadataSetup.java | 19 ++-
.../broker/BookKeeperClientFactoryImplTest.java | 84 ++++++++-
.../broker/zookeeper/ClusterMetadataSetupTest.java | 190 ++++++++++++++++++++-
.../common/naming/ServiceConfigurationTest.java | 10 +-
.../pulsar/functions/worker/WorkerUtils.java | 37 +++-
.../bookkeeper/AbstractMetadataDriver.java | 3 +-
.../metadata/impl/MetadataStoreFactoryImpl.java | 22 +++
.../pulsar/metadata/impl/ZKMetadataStore.java | 22 ++-
9 files changed, 358 insertions(+), 41 deletions(-)