I have a couchbase installation onpremise and the same data at real time needs to be replicated to AWS Document DB, what are the possible approaches?
Can Synch Gateway help?
You can use Couchbase's Kafka connector for that (https://github.com/couchbase/kafka-connect-couchbase). Basically, it allows you to listen to all document changes in CB and push it to third party systems.