5

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.

Tany
  • 1,252
  • 14
  • 30
  • Tany, I see it is not implemented yet. So might be worth [waiting for](https://github.com/Azure/azure-event-hubs-go/issues/85#issuecomment-494473104) @devigned to deal with. – Sergey Narozhny May 21 '19 at 20:08
  • Whoops, I misread your question and didn't see that you were using the EventProcessor. I agree with the above comment - that doesn't appear to be implemented yet. – Opnauticus May 23 '19 at 15:14

0 Answers0