kstyrc / embedded-redis

Redis embedded server for Java integration testing
832 stars 366 forks source link

Service Discovery is Possible? #114

Open leonardoblanco opened 4 years ago

leonardoblanco commented 4 years ago

If I have a java application containerized with this redis embedded and I create another instance of this application, is possible to this new node join in a cluster automatically and replicate data between nodes?

For example:

I have six nodex in a cluster and a seventh node is starded using docker and now this node is joined in a cluster and start to replicate data from other nodes. So this way I have a elastic cluster.

Actually I need an Elastic Cache!