Skip to main content

For one of our next projects, we need to take backup of platform event message on heroku in case of any server down issue. Currently we are publishing the events to AWS via flow builder.

@Philippe Ozil  @* Salesforce Developers * 

4 réponses
  1. 23 juin 2023, 13:29

    You can subscribe to Platform events in multiple ways but if you intend to store them in AWS, you'll want to use EventRelay to bypass Flow and simplify the architecture.

     

    You can certainly backup events in a third party app but what's generally simpler is just to keep track of the last consumed replay ID so that you can replay missed events in case of a system failure. This being said, this needs to be done within the Event Bus retention window (up to 72 hours after the event is published).

0/9000