Skip to content
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

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

Open
askingcat opened this issue Mar 23, 2020 · 1 comment
Open

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

askingcat opened this issue Mar 23, 2020 · 1 comment

Comments

@askingcat
Copy link
Contributor

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: bc2987d)
askingcat added a commit to askingcat/azure-event-hubs-go that referenced this issue Mar 23, 2020
@askingcat
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant