Azure / azure-functions-eventhubs-extension

Event Hubs extension for Azure Functions
MIT License
20 stars 26 forks source link

Increasing max message size and batch size. Fixes #29 #77

Closed alrod closed 3 years ago

alrod commented 3 years ago

29 cab be fixed by increasing max message size. If the message size is exceeded for basic(256KB) or standard(1024KB) EH SDK will throw an exception on send message in EventHubAsyncCollector