Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Implements a Hazelcast MapStore backed by another hazelcast instance. This could be used to backup a whole map to another cluster to get around cluster blackouts.

Notifications You must be signed in to change notification settings

KnisterPeter/hazelcast-clusterstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hazelcast ClusterStore

Implements a Hazelcast MapStore backed by another hazelcast instance. This could be used to backup a whole map to another cluster to get around cluster blackouts.

Configuration Properties

  • address - A comma or space separated list of ipaddress:port declarations
  • group-name - The group name (defaults to dev)
  • group-pass - The group password (defaults to dev-pass)

About

Implements a Hazelcast MapStore backed by another hazelcast instance. This could be used to backup a whole map to another cluster to get around cluster blackouts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages