In our previous videos, we have seen how to build a console app that retrieves events from Azure Event Hub. However, if new events are added and it is run multiple times, it displays all the events available in the event hub including the ones it had already consumed previously. In this video, we see a mechanism that allows the retrieval of events in a stateful manner. It does not retrieval events that was previously retrieved.