A company requires a solution to maintain continuity of their NoSQL database service, which hosts a globally distributed, high-traffic application. The primary requirement is to have a synchronous, live replica of the dataset in multiple regions to meet strict RPO and RTO requirements. What feature should they utilize to achieve efficient replication with the least administrative overhead?
Implement a change data capture mechanism using a stream processing service and custom functions for replication.
Employ a third-party tool designed to handle cross-region dataset synchronization for NoSQL databases.
Activate the native multi-region table feature that supports live replication.
Establish a scheduled process to copy snapshots to other regions regularly.