Hi,
ignite support persist data periodically?
see blow use case:
we want to implement storm state management using ignite.
we maintain storm stateful object as caches in ignite.
for storm used processing message in very low latency, so the stateful object maybe changed very fast.
if ignite persist each change into storage, I think it will both decrease ignite and storm performance.
how to make ignite persist periodically? like every seconds.
Thanks
Shawn
