How to resume the Salesforce Platform Event trigger from the failed replayId due to Uncaught Exceptions?
Salesforce Platform Events trigger ends abruptly when it hits Uncaught exceptions like Governor limits. EventBus.TriggerContext.currentContext().setResumeCheckpoint(replayId) can be used to resume the Platform Event trigger from the failed replayId. replayId passed ....