We use this to ensure Kafka events are only emitted when a process succeeds, this is very similar.
For our particular use case, I think we're actually not using notify events. We just insert rows into the outbox table and the poller re-emits as kafka events and deletes successfully emitted events from the table.