scalecube / scalecube-cluster

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.
http://scalecube.github.io/
Apache License 2.0
263 stars 88 forks source link

keeping metadata store offheap? #172

Open ronenhamias opened 5 years ago

ronenhamias commented 5 years ago

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

artem-v commented 5 years ago

This initiative is highly depend on https://github.com/scalecube/scalecube-cluster/issues/30

ronenhamias commented 5 years ago

closed

artem-v commented 5 years ago

Reopening due to public interest.