12.22But sometimes event ID dedupe is unnecessary
If event means:
Set C001 status = ACTIVE
and Salesforce Upsert is naturally idempotent:
process twice
→ still ACTIVE
then storing every event ID may not be necessary.
Ask:
Does duplicate execution actually cause harm?
Avoid complexity that provides no business benefit.