This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from c3a5d5e [doc] Add reference to full set of pulsar connector (#9385)
add bc69ad2 Allow to configure BookKeeper Opportunistic Striping Feature
(and all BK client features using bookkeeper_ prefix) (#9232)
No new revisions were added by this update.
Summary of changes:
conf/broker.conf | 7 ++
.../apache/pulsar/broker/ServiceConfiguration.java | 1 +
.../pulsar/broker/BookKeeperClientFactoryImpl.java | 13 ++-
.../broker/BookKeeperClientFactoryImplTest.java | 13 +++
.../pulsar/broker/service/BkEnsemblesTestBase.java | 15 ++--
.../broker/service/OpportunisticStripingTest.java | 95 ++++++++++++++++++++++
6 files changed, 136 insertions(+), 8 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OpportunisticStripingTest.java