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?