統合開発者は、クライアント向けの HR 同期アプリを開発しています。このアプリは、Salesforce レコード データの変更を、Salesforce の外部にある人事システムと同期します。
データのレプリケーションが失敗した場合に、通知が最大 3 日間保存されるようにするために、統合アーキテクトは何を推奨する必要がありますか?
正解:A
Explanation
Change Data Capture is a feature that enables you to receive near-real-time changes of Salesforce records, including create, update, delete, and undelete operations. Change Data Capture retains change events in the event bus for up to three days, so you can resume data replication from the point of failure. Change Data Capture also provides a consistent and reliable way to synchronize data changes with external systems, without the need for custom triggers or code. Reference: Salesforce Integration Architecture Designer Resource Guide, page 24