Skip to content

Commit 18c4cc5

Browse files
committed
Add comment warning about enabling PulsarMetadataBookieDriver
- upgrade compatibility tests didn't pass with this setting, so more testing is needed
1 parent 601e78d commit 18c4cc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/pulsar/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@ pulsar_metadata:
912912
## This is a global setting that applies to all BookKeeper components.
913913
## When set to true, BookKeeper components will use the PIP-45 metadata driver (PulsarMetadataBookieDriver).
914914
## When set to false, BookKeeper components will use BookKeeper's default ZooKeeper connection implementation.
915+
## Warning: Do not enable this feature unless you are aware of the risks and have tested it in non-production environments.
915916
usePulsarMetadataBookieDriver: false
916917

917918
## The session timeout for the metadata store in milliseconds. This setting is mapped to `zkTimeout` in `bookkeeper.conf`.

0 commit comments

Comments
 (0)