Skip to content

Commit

Permalink
Merge pull request #1331 from hbs/zk.quorum.syntax
Browse files Browse the repository at this point in the history
Added syntax of zk.quorum
  • Loading branch information
hbs authored Nov 15, 2023
2 parents 3c47e86 + 01a6b0a commit 46c871c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion etc/conf.templates/distributed/10-directory.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
###

##
## MANDATORY - ZooKeeper server list for registering
## MANDATORY - ZooKeeper server list for registering, list of comma separated IP:port
##
directory.zk.quorum = ${zk.quorum}

Expand Down
2 changes: 1 addition & 1 deletion etc/conf.templates/distributed/10-egress.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ egress.selectors = 8
egress.idle.timeout = 300000

##
## MANDATORY - ZooKeeper server list, to discover Directory services
## MANDATORY - ZooKeeper server list, to discover Directory services, list of comma separated IP:port
##
egress.zk.quorum = ${zk.quorum}

Expand Down
4 changes: 2 additions & 2 deletions etc/conf.templates/distributed/10-plasma.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ plasma.backend.kafka.in.nthreads = 2
plasma.backend.kafka.out.producer.bootstrap.servers = ${kafka.plasmafe.bootstrap.servers}

##
## MANDATORY (backend) - ZooKeeper Quorum for the ZK ensemble to use for retrieving subscriptions
## MANDATORY (backend) - ZooKeeper Quorum for the ZK ensemble to use for retrieving subscriptions, list of comma separated IP:port
##
plasma.backend.subscriptions.zk.quorum = ${zk.quorum}

Expand Down Expand Up @@ -106,7 +106,7 @@ plasma.frontend.port = 8884
plasma.frontend.maxznodesize = 100000

##
## MANDATORY (frontend) - ZooKeeper connect String for subscription
## MANDATORY (frontend) - ZooKeeper connect String for subscription, list of comma separated IP:port
##
plasma.frontend.zk.quorum = ${zk.quorum}

Expand Down
2 changes: 1 addition & 1 deletion etc/conf.templates/distributed/10-runner.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runner.kafka.producer.bootstrap.servers = ${kafka.runner.bootstrap.servers}
runner.kafka.poolsize = 2

##
## MANDATORY (scheduler) - ZooKeeper connect string for the leader election among schedulers
## MANDATORY (scheduler) - ZooKeeper connect string for the leader election among schedulers, list of comma separated IP:port
##
runner.zk.quorum = ${zk.quorum}

Expand Down
2 changes: 2 additions & 0 deletions etc/conf.templates/distributed/98-quickstart.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ fdb.clusterfile = ${warp10.home}/etc/fdb.cluster
fdb.data.aes = ${aes.key}
fdb.metadata.aes = ${aes.key}

# Comma separated list of IP:port
zk.quorum = 127.0.0.1:2181

directory.psk = ${hash.key}

# Comma separated list of IP:port
kafka.bootstrap.servers = 127.0.0.1:9092

kafka.metadata.bootstrap.servers = ${kafka.bootstrap.servers}
Expand Down

0 comments on commit 46c871c

Please sign in to comment.