ScaleCube Cluster is a lightweight Java VM implementation of SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol. features cluster membership, failure detection, and gossip protocol library.
currently metadata store is kept in memory.
alternative is to keep metadata store offheap (mem-map-file?)
option can be to be able to choose/change/plug a store
currently metadata store is kept in memory. alternative is to keep metadata store offheap (mem-map-file?) option can be to be able to choose/change/plug a store