You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/09/07 12:17:29 UTC

[pulsar] branch master updated (d45ee07 -> 7b5301d)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from d45ee07  Improve batch source intermediate topic cleanup (#7985)
     add 7b5301d  Add bookkeeperClientMinNumRacksPerWriteQuorum, bookkeeperClientEnforceMinNumRacksPerWriteQuorum conf options (#7977)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                         |  9 +++++++++
 conf/standalone.conf                                     |  9 +++++++++
 deployment/terraform-ansible/templates/broker.conf       |  9 +++++++++
 .../org/apache/pulsar/broker/ServiceConfiguration.java   | 10 ++++++++++
 .../pulsar/broker/BookKeeperClientFactoryImpl.java       |  4 ++++
 .../java/org/apache/pulsar/PulsarBrokerStarterTest.java  |  4 ++++
 .../pulsar/broker/BookKeeperClientFactoryImplTest.java   | 16 ++++++++++++++++
 .../resources/configurations/pulsar_broker_test.conf     |  2 ++
 pulsar-client-cpp/test-conf/standalone-ssl.conf          |  9 +++++++++
 pulsar-client-cpp/test-conf/standalone.conf              |  9 +++++++++
 pulsar-client-cpp/tests/authentication.conf              |  9 +++++++++
 pulsar-client-cpp/tests/standalone.conf                  |  9 +++++++++
 site2/docs/reference-configuration.md                    |  4 ++++
 .../version-2.6.2/reference-configuration.md             |  2 ++
 14 files changed, 105 insertions(+)