Closed alrod closed 5 years ago
They updated docs: https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas
The setting updated later in the code: https://github.com/Azure/azure-sdk-for-net/blob/3db8feaa87d7e44eb91baf7812edb70fbc8042ad/sdk/eventhub/Microsoft.Azure.EventHubs/src/Amqp/AmqpEventDataSender.cs#L162
It looks like its updated here: https://github.com/Azure/azure-event-hubs-dotnet/blob/dev/src/Microsoft.Azure.EventHubs/Amqp/AmqpEventDataSender.cs#L162
So maybe the code defaults to 256KB but then the service communicates that it can accept 1MB?