feat: add more

This commit is contained in:
Sun-ZhenXing
2025-10-06 21:48:39 +08:00
parent f330e00fa0
commit 3c609b5989
120 changed files with 7698 additions and 59 deletions

View File

@@ -0,0 +1,13 @@
# ZooKeeper version
ZOOKEEPER_VERSION="3.9.3"
# ZooKeeper configuration
ZOO_TICK_TIME=2000
ZOO_INIT_LIMIT=10
ZOO_SYNC_LIMIT=5
ZOO_MAX_CLIENT_CNXNS=60
ZOO_4LW_COMMANDS_WHITELIST="srvr,mntr,ruok"
# Port overrides
ZOOKEEPER_CLIENT_PORT_OVERRIDE=2181
ZOOKEEPER_ADMIN_PORT_OVERRIDE=8080