Azure / azure-functions-eventhubs-extension

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

Increase max size of a message to 1MB #24

Closed alrod closed 4 years ago

alrod commented 4 years ago

EventHub max size is 1MB (https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas) but we are hardcoded 256KB.

https://github.com/Azure/azure-functions-eventhubs-extension/blob/master/src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Triggers/EventHubAsyncCollector.cs#L27

alrod commented 4 years ago

Internal incident: https://icm.ad.msft.net/imp/v3/incidents/details/149684376/home