Hi,
I changed the WordCount example to emit counts each 10 seconds, so
I'll be able to publish results in a pub/sub and plot in a chart.
My version is available at:
https://gist.github.com/1241146
I'm not sure if this would be the proper way to implement this
pattern, once I'm emitting results outside of "execute(Tuple tupple)"
method and all samples emits inside of it.
Is this a properly way to implement a time-bounded emit? Please can
you point me on right direction if not.
Thanks for the awesome work with Storm.
- Gustavo