I am using azure-event-hubs-go client to read events from an Azure IoTHub. I am creating an Event Processor Host and providing an Handler to process events (as show in the sample in https://github.com/Azure/azure-event-hubs-go).
How do I set the Event Processor Host to receive events from current time onwards ? I do not see any option like InitialOffsetProvider to set the offset manually.
Ths is similar to How to set the EventProcessorHost to read events from now on (UTC)? but this is very specifically for Go client.