Does anyone know if there is a global sequence number for Events in Azure Event Hubs (part of Service Bus)?
I know that you can get the sequence no and the offset from EventData but that is only in order for the partition. I need the sequence number across the whole event hub (ie all partitions). Cheers