azure-event-hubs-go icon indicating copy to clipboard operation
azure-event-hubs-go copied to clipboard

Messages that can't be processed won't be retried

Open askingcat opened this issue 4 years ago • 1 comments

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)

askingcat avatar Mar 23 '20 16:03 askingcat

The test we added via the pull request currently just checks the retries we are expecting, but not the message ordering.

askingcat avatar Mar 23 '20 16:03 askingcat