blob: 2401e028df254a38e525c02fb0d7c2a5a4633e10 [file] [log] [blame]
########### These MUST be filled in for a storm configuration
# storm.zookeeper.servers:
# - "server1"
# - "server2"
#
# nimbus.host: "nimbus"
#
#
# ##### These may optionally be filled in:
#
## Map of tokens to a serialization class. tokens less than 32 are reserved by storm.
## Tokens are written on the wire to identify the field.
# topology.serializations:
# 33: "org.mycompany.MyObjectSerialization"
# 34: "org.mycompany.MyOtherObjectSerialization"