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

Introduce reliable retry pattern #20

Closed
smaldini opened this issue May 16, 2013 · 2 comments
Closed

Introduce reliable retry pattern #20

smaldini opened this issue May 16, 2013 · 2 comments
Assignees

Comments

@smaldini
Copy link
Contributor

We can provide a RetryConsumer that delegates to the desired consumer to retry.

@jbrisbin
Copy link

Would this involve two Consumers, then? The first one that attempts some business logic and, if it throws an Exception, invokes a second Consumer that attempts to do something different? Not sure how this is more helpful than just doing a try/catch inside your Consumer.

@ghost ghost assigned smaldini Jan 2, 2014
@smaldini smaldini modified the milestones: 1.1.0.M2, 1.1.0.M1 Feb 15, 2014
@jbrisbin jbrisbin modified the milestones: 1.1.0.M3, 1.1.0.M2 Mar 5, 2014
@smaldini
Copy link
Contributor Author

smaldini commented Aug 1, 2014

Now inside Stream API 2.0 (see reactive-streams) branch. Subsequent features requests to be opened separately.

@smaldini smaldini closed this as completed Aug 1, 2014
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

2 participants