Hi, I have been reading about IStatefulBolt. It is mentioned that topology.state.provider can be configured either as in-memory or org.apache.storm.redis.state.RedisKeyValueStateProvider.
If redis runs out of memory, how does apache storm take care of saving state? Does it flush old states periodically? Thanks Kanagha
