We are replicating consul KV store data from one dc to other dc. We are using GitHub - hashicorp/consul-replicate: Consul cross-DC KV replication daemon. to do the same.
Issue: Post replication the value of ModifyIndex gets changed for a given key.
Question: How can we ensure that the ModifyIndex of a key remains the same after the replication?
Or a more general question, Can we set a custom Index while creating/updating a blob ?