azure-event-hubs-go
azure-event-hubs-go copied to clipboard
Messages that can't be processed won't be retried
Expected Behavior
If during the processing of a message in the handler an error occurs, the message should be redelivered.
The message order should be kept intact.
Actual Behavior
The message is not retried.
Environment
- OS: Linux/Ubuntu 18.04
- Go version: 1.14.1
- Version of Library: v3 (hash: bc2987d6d5deed48b84abd63d3bb4ab4e315c3d5)
The test we added via the pull request currently just checks the retries we are expecting, but not the message ordering.