I read on the Storm concepts wiki i.e., https://github.com/nathanmarz/storm/wiki/Concepts
that a bolt can emit more than one stream. Can anyone point me to an example that declares multiple streams using the declareStream method of OutputFieldsDeclarer, and specifies which stream to emit with the emit method on OutputCollector? Thanks, Pete
