A company needs to integrate Salesforce with an external ERP system that sends high-volume transactional data. Which integration pattern best handles backpressure and prevents apex governor limit failures?
-
A
Real-time synchronous callout from a trigger
-
B
Batch Apex with Platform Events as a queue
-
C
Scheduled Flow running every 5 minutes
-
D
REST API polling from the external system