Given the diagram below, a Salesforce org, middleware, and Historical data store (with20million records and growing) exists with connectivity between themHistorical records are archived from Salesforce and moved to Historical Data store (whichhouses 20M records and growing; fine-tuned to be performant with search queries).Call center agents use Salesforce, when reviewing occasional special cases, have requestedaccess to view the related historical case items that relate to submit cases.Which mechanism and patterns are recommended to maximize declarative configuration?
Select an option, then click Submit answer.
-
○
Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then useSalesforce Connect to consume and display the External Object alongside with the Caseobject.
-
○
C Use an ESB tool with a fire and forget pattern and then publish a platform event for therequested historical data.
-
○
Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to theESB endpoint to fetch and display component related to Case object
-
○
Use an ETL tool with a Batch Data Synchronization pattern to migrate historical datainto Salesforce and into a custom object (historical data) related to Case object.