teragrep / aer_02

Azure EventHub to syslog bridge using Azure Java Function
GNU Affero General Public License v3.0
0 stars 3 forks source link

EventData throws a NullPointerException #6

Open MoonBow-1 opened 4 days ago

MoonBow-1 commented 4 days ago

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:

MoonBow-1 commented 3 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