Is there a way I can make Hazelcast to use local file system as a persistent storage? I read the following link it kind of suggests I can't do it:
The concept I am trying to use is: A synced local storage on a cluster mode. E.g. if something is stored on one node's local storage it will be synced through Hazelcast and will be updated on other nodes' local storage as well. Is it possible? I have really high hopes :(