All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy