How to use EventHub Processor library to receive stateful events from a console app

Опубликовано: 14 Июнь 2026
на канале: Frankly Ayo
157
1

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.