Enabling Raft Replication

You enable Raft replication when you configure the shard catalog.

To enable Raft replication, specify the native replication option in the create shardcatalog command when you create the shard catalog.

For example,

gdsctl> create shardcatalog ... -repl native

After the shard catalog is created, you can add shards to the configuration and run the DEPLOY command.

Note:

You must have at least 3 shards in your distributed database to use Raft replication.