Hi!
So, I've been playing around with EventHub's, and they seem very cool! A question I have is; when I use to create event consumers by using the EventHubProcessor, how do I define a start-up offset. I.e. where to start to read from in the hub? When I create a single EventHubReceiver I can define the offset in the CreateReceiverAsync method from the EventHubConsumerGroup, but when I use an EventHubProcessor and RegisterEventProcessorAsync I can't seem to find how to do that.
Niels