Hi all, when I used storm to do something like computing the active users count in the last 5 minutes, I wandered if there is any best practice about storing the intermediate result within the topology, I mean, some practical way instead of using something like a map in the examples. In my job, should I just put everything into caches like redis or memcached? If there are any ideas, please tell me. Thanks for your help.
- How to store the intermediate result in a topology? 姚驰
