Hi,
If a message is read from an EventHub, and something happens / errors during working with that message, has the pointer moved on, is the message now 'lost' ?
We have a project where we have Azure function with Event Hub trigger, and if that functions errors.. how should the message that has blown up be dealt with?
Do we manually move the pointer back?