summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-11-25 08:18:03 +0100
committerHarald Musum <musum@verizonmedia.com>2020-11-25 08:18:03 +0100
commit8dd4a60babc98cfd68296aeb9155610ca4a63669 (patch)
tree0621db11c512c6fd6bc13c9763cb05062f988490 /configdefinitions
parent286ff1b50c40b50ab59ea2487e66c1cfae258384 (diff)
Add config field for whther to support dynamic reconfiguration of ZooKeeper
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/zookeeper-server.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/configdefinitions/src/vespa/zookeeper-server.def b/configdefinitions/src/vespa/zookeeper-server.def
index 483e772b818..5aa0bb2ae9b 100644
--- a/configdefinitions/src/vespa/zookeeper-server.def
+++ b/configdefinitions/src/vespa/zookeeper-server.def
@@ -1,4 +1,4 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=cloud.config
# Vespa home is prepended if the file is relative
@@ -43,3 +43,5 @@ trustEmptySnapshot bool default=true
tlsForQuorumCommunication enum { OFF, PORT_UNIFICATION, TLS_WITH_PORT_UNIFICATION, TLS_ONLY } default=OFF
tlsForClientServerCommunication enum { OFF, PORT_UNIFICATION, TLS_WITH_PORT_UNIFICATION, TLS_ONLY } default=OFF
jksKeyStoreFile string default="conf/zookeeper/zookeeper.jks"
+
+dynamicReconfiguration bool default=false