Open MoonBow-1 opened 4 days ago
Currently switching from EventData array to String array as the trigger input, and removing bad bindings, which result in Index out of bounds exceptions.
Tomorrow consumer should be refactored to only accept the remaining bindings
Description
Currently there is an NPE when reading Events from an Event Hub, likely cause is the wait time for the Azure Function that waits for additional elements to be gathered for a batch.
Resources about this:
https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.eventhubs.eventprocessorclientoptions.maximumwaittime?view=azure-dotnet#azure-messaging-eventhubs-eventprocessorclientoptions-maximumwaittime
https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.eventhubs.processor.processeventargs.hasevent?view=azure-dotnet#azure-messaging-eventhubs-processor-processeventargs-hasevent