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

Rename "Drop*" to "Retry*" #99

Closed
arnecls opened this issue Apr 24, 2017 · 0 comments
Closed

Rename "Drop*" to "Retry*" #99

arnecls opened this issue Apr 24, 2017 · 0 comments

Comments

@arnecls
Copy link
Contributor

arnecls commented Apr 24, 2017

The term Drop lead to a lot of confusion.
Most people thing of "drop" as an destructive operation (like in mysql, ip, etc.). As of this drop was mistaken as a discard in the past quite often.
The "Drop" mechanism was originally thought of as kind of an exception handling mechanism: If you cannot deliver a message, drop it, so somebody else might catch it. So basically it implements a "retry by routing" operation.

  • Find all occurrences of "Drop*" and replace them by "Retry*"
  • Make it clear that this operation is a "retry in case of error" in the documentation
@arnecls arnecls added this to the v0.5.0 milestone Apr 24, 2017
@arnecls arnecls added this to Backlog in v0.5.0 Apr 24, 2017
@arnecls arnecls moved this from Backlog to In progress in v0.5.0 May 15, 2017
@arnecls arnecls self-assigned this May 15, 2017
@arnecls arnecls moved this from In progress to In review in v0.5.0 May 15, 2017
@arnecls arnecls moved this from In review to In progress in v0.5.0 May 15, 2017
@arnecls arnecls moved this from In progress to In review in v0.5.0 May 16, 2017
@arnecls arnecls moved this from In review to Done in v0.5.0 May 16, 2017
@arnecls arnecls closed this as completed May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant