Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A note may need to be added to this page to show the max size of the event in output binding is 256KB. #40206

Closed
WalterWu-AppService opened this issue Oct 7, 2019 — with docs.microsoft.com · 3 comments

Comments

Copy link

According to the following 2 links, the max size of Event Hubs event in output binding is 256KB. Could you please update the page to notice this limitation?

Event Hubs Basic and Standard - quotas and limits:
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas#event-hubs-basic-and-standard---quotas-and-limits

EventHub max size is hardcoded 256KB:
Azure/azure-functions-eventhubs-extension#24


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@DixitArora-MSFT
Copy link
Contributor

Hi @WalterWu-AppService Thanks for your feedback. We will review and update as appropriate.

@DixitArora-MSFT
Copy link
Contributor

@WalterWu-AppService PR has been created for this which will address this. Thanks so much for providing the feedback that help us in improving the documentation. For now I will proceed with closure of this and If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

@brnn8r
Copy link

brnn8r commented Jun 30, 2020

Shouldn't this documentation https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-output?tabs=python mention that the limit for an azure function output binding is 240 * 1024 bytes as per https://github.com/Azure/azure-functions-eventhubs-extension/blob/master/src/Microsoft.Azure.WebJobs.Extensions.EventHubs/Triggers/EventHubAsyncCollector.cs#L27

It's not clear from the documentation that you will run into an error sending a message over 240Kb. Especially seeing as a standard event hub should allow for a message up to 1Mb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants