Event Hubs are a partitioned stream of data. To build a reliable system, consumers need to focus on one part of the stream, and keep a record of how far through the stream they’ve read.
Need more? Here’s the solution.