-
Notifications
You must be signed in to change notification settings - Fork 3.3k
azure-eventhub consumer stops processing events after Received message 257:None is not WSMsgType.BINARY #43073
Copy link
Copy link
Open
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event HubsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event HubsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
azure-eventhub5.15.03.12Describe the bug
An Async Eventhub consumer completely stopped processing events after it hit this exception:
We saw one more log message after this from our
on_partition_errorhandler:And we saw this one from our
on_partition_closehandler:To Reproduce
Steps to reproduce the behavior:
Expected behavior
(no bugs forever ;) )
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
We found this related (seemingly similar?) issue for
azure-servicebus, fixed earlier this year: #36280For further context (some of which may be red herrings), I can offer the following: