brooklyn.entity.messaging.storm.storm.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-software-messaging Show documentation
Show all versions of brooklyn-software-messaging Show documentation
Brooklyn entities for messaging software processes
[#ftl]
#
# Storm Configuration
[#if driver.zookeeperServers?has_content]
storm.zookeeper.servers:
[#list driver.zookeeperServers as zkServer]
- "${zkServer}"
[/#list]
[/#if]
storm.local.dir: "${driver.localDir}"
### ui.* configs are for the master
ui.port: ${driver.uiPort?c}
ui.childopts: "-Xmx768m"
[#if driver.roleName == "ui"]
nimbus.host: "${driver.nimbusHostname}"
[/#if]
nimbus.childopts: " ${driver.jvmOptsLine}"
worker.childopts: " ${driver.jvmOptsLine}"
supervisor.childopts: " ${driver.jvmOptsLine}"
# ##### These may optionally be filled in:
#
## List of custom serializations
# topology.kryo.register:
# - org.mycompany.MyType
# - org.mycompany.MyType2: org.mycompany.MyType2Serializer
#
## List of custom kryo decorators
# topology.kryo.decorators:
# - org.mycompany.MyDecorator
#
## Locations of the drpc servers
# drpc.servers:
# - "server1"
# - "server2"