Discussion on dynamic sharding

This clears it up for me that RAFT with replace hashing completely and decide which all nodes to save the data to based on quorum and replication factor. Thanks.

and adding more nodes. Basically I was keen to understand how the balancing of data/node loads will happen as the available hardware resources change. And I suppose the answer is Dgraph is going to delegate it to RAFT.