Azure / azure-event-hubs-c

C client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Other
7 stars 18 forks source link

EVENTHUBCLIENT_DATA_SIZE_EXCEEDED is not used in the SDK #28

Open dcristoloveanu opened 6 years ago

dcristoloveanu commented 6 years ago

The SDK should disambiguate between generic errors and message size exceeded when sending. When sending and the message size exceeds the allowed message size, it shall return EVENTHUBCLIENT_DATA_SIZE_EXCEEDED.