brooklyn.entity.messaging.kafka.zookeeper.properties Maven / Gradle / Ivy
[#ftl]
#
##
# KafkaZookeeper configuration template for Brooklyn
##
# the directory where the snapshot is stored.
dataDir=${driver.runDir}/zookeeper
# the port at which the clients will connect
clientPort=${entity.zookeeperPort?c}
# disable the per-ip limit on the number of connections since this is a non-production config
maxClientCnxns=0