Changing replicas parameter for zero dynamically

Hello,

I have configured a dgraph cluster using Kubernetes. Everything is good but now we want to start scaling up the cluster. As we scale up and increase the number of servers, we would also like to change the number of replicas the data is replicated to.

Can anybody has done this? Can this be done dynamically?

Thanks in advance.

You could restart the Zero servers, and set the --replicas flag. After that, as you add more Dgraph servers, they’d become replicas of data groups.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.