From 18c4cc544005a2b83c272a2b4bd4b46e922ff1ed Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 6 Mar 2025 09:46:17 +0200 Subject: [PATCH] Add comment warning about enabling PulsarMetadataBookieDriver - upgrade compatibility tests didn't pass with this setting, so more testing is needed --- charts/pulsar/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 63a4c74..6b82f14 100755 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -912,6 +912,7 @@ pulsar_metadata: ## 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 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 ## The session timeout for the metadata store in milliseconds. This setting is mapped to `zkTimeout` in `bookkeeper.conf`.