-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Meaningful error message when sending empty batch to eventhub #14841
Comments
Hey @arache, thanks for reaching out. Totally reasonable ask, and I find myself wanting the clarity as much as you. (I believe we even fixed this comparable specific issue in ServiceBus just recently, so more than glad to pull this in.) Expect to see a fix in during our next EH release, this issue will track the PR as it is produced and checked in. |
hey @arache, we decided to make sending empty batch being a no-op instead of raising error, we will be having a preview release next week which you could try out. I'm closing this issue now, don't hesitate to reach out to us or re-open the issue if you have any other questions! |
Thanks @yunhaoling , nice fix. |
add sql tag to readme.go.md (Azure#14841)
add sql tag to readme.go.md (Azure#14841)
* CodeGen from PR 14841 in Azure/azure-rest-api-specs add sql tag to readme.go.md (#14841) * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
* CodeGen from PR 14841 in Azure/azure-rest-api-specs add sql tag to readme.go.md (#14841) * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <601306339@qq.com>
add sql tag to readme.go.md (Azure#14841)
When sending empty batch to eventhub, the SDK just raised the error like below:
I believe a more clear error message would be helpful here.
The text was updated successfully, but these errors were encountered: