Skip to content

Commit db63ff1

Browse files
author
Nathan Marz
committed
fix example storm.yaml
1 parent 6907554 commit db63ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/storm.yaml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#
99
# ##### These may optionally be filled in:
1010
#
11-
## Map of tokens to a serialization class. tokens less than 32 are reserved by storm.
12-
## Tokens are written on the wire to identify the field.
11+
## List of custom serializations
1312
# topology.serializations:
1413
# - "org.mycompany.MyObjectSerialization"
1514
# - "org.mycompany.MyOtherObjectSerialization"
15+
#
1616
## Locations of the drpc servers
1717
# drpc.servers:
1818
# - "server1"

0 commit comments

Comments
 (0)