Replication when document change

we have a few dbs with replicas on different servers (not clustered), but we want to replicate this dbs when a document changes like a cluster.

i know, it is possible to replicate on each save event in the database, but this costs much time to change the code.

create a configuration document to replicate every 5 minutes is also not a good solution, so maybe there is another possibility i have never seen?

Subject: Replication when document change

Just use a connection document and replicate every 10 minutes. It only looks for changes so it is no problem. We have been doing this for years and it doesn’t add extra network traffic.