Hi All,
Forgive my posting in this forum (Event Grid does not seem to be an option). I have a scenario where I am synchronising CRM customer records to other systems. I am using an Event Grid however realise that there is no guarantee in the order of processing. In my case every time there is a change in the source I send a snapshot of the core fields (name, id, address etc) so I am only interested in the latest version of the record. I have not encountered it yet but if updates somehow arrive out of sequence is there a simple way to ignore them. I would have to persist the versioning in the integration layer as some of the downstream systems could not store this data. Also open to using event hub or service bus but if the records are out of order before hitting the "queue" is there any way to correct them perhaps stream analytics?
Regards