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

AbstractStatusUpdaterBolt allow proper acking of tuples #241

Closed
wants to merge 12 commits into from
Closed

Conversation

jnioche
Copy link
Contributor

@jnioche jnioche commented Jan 28, 2016

Decoupled acking of tuples in AbstractStatusUpdaterBolt + ES StatusUpdaterBolt now properly acks tuples after they've been sent to ES.

Implements #216

This prevents URLs from being excessively replayed by the ES spout. They were acked before being actually sent to ES, removed from the cache in the spout then refetched immediately as their status had not been changed.

@mattburns do you want to give this a try? Still WIP and not quite ready to be used.

…daterBolt now properly acks tuples AFTER they've been sent to ES
@jnioche jnioche self-assigned this Jan 28, 2016
@jnioche jnioche added this to the 0.9 milestone Jan 28, 2016
@jnioche
Copy link
Contributor Author

jnioche commented Mar 1, 2016

Replaced by #263

@jnioche jnioche closed this Mar 1, 2016
@jnioche jnioche deleted the 216 branch March 1, 2016 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant