Add comment warning about enabling PulsarMetadataBookieDriver

- upgrade compatibility tests didn't pass with this setting, so more testing is needed
This commit is contained in:
Lari Hotari 2025-03-06 09:46:17 +02:00
parent 601e78d8a5
commit 18c4cc5440

View File

@ -912,6 +912,7 @@ pulsar_metadata:
## This is a global setting that applies to all BookKeeper components. ## This is a global setting that applies to all BookKeeper components.
## When set to true, BookKeeper components will use the PIP-45 metadata driver (PulsarMetadataBookieDriver). ## When set to true, BookKeeper components will use the PIP-45 metadata driver (PulsarMetadataBookieDriver).
## When set to false, BookKeeper components will use BookKeeper's default ZooKeeper connection implementation. ## When set to false, BookKeeper components will use BookKeeper's default ZooKeeper connection implementation.
## Warning: Do not enable this feature unless you are aware of the risks and have tested it in non-production environments.
usePulsarMetadataBookieDriver: false usePulsarMetadataBookieDriver: false
## The session timeout for the metadata store in milliseconds. This setting is mapped to `zkTimeout` in `bookkeeper.conf`. ## The session timeout for the metadata store in milliseconds. This setting is mapped to `zkTimeout` in `bookkeeper.conf`.