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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new aea6a4f  useV2WireProtocol for bookkeeper autorecovery (#165)
aea6a4f is described below

commit aea6a4f367bf5bd4399ad468a1785fdb815e337c
Author: Hang Chen <[email protected]>
AuthorDate: Tue Jan 18 15:06:26 2022 +0800

    useV2WireProtocol for bookkeeper autorecovery (#165)
---
 charts/pulsar/values.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml
index a449d95..2a33ac1 100644
--- a/charts/pulsar/values.yaml
+++ b/charts/pulsar/values.yaml
@@ -612,6 +612,7 @@ autorecovery:
   configData:
     BOOKIE_MEM: >
       -Xms64m -Xmx64m
+    PULSAR_PREFIX_useV2WireProtocol: "true"
 
 ## Pulsar Zookeeper metadata. The metadata will be deployed as
 ## soon as the last zookeeper node is reachable. The deployment

Reply via email to