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

Message deduplication #14

Open
hmarr opened this issue Apr 22, 2013 · 1 comment
Open

Message deduplication #14

hmarr opened this issue Apr 22, 2013 · 1 comment

Comments

@hmarr
Copy link
Contributor

hmarr commented Apr 22, 2013

When we're using mirrored queues, there is a chance of receiving a message multiple times. Prevent this by storing message ids / hashes in Redis or Zookeeper, and checking if messages have already been processed before handing them off to a consumer.

See https://github.com/xing/beetle/blob/master/lib/beetle/deduplication_store.rb

@ms-ati
Copy link
Contributor

ms-ati commented Oct 20, 2013

+1

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

No branches or pull requests

2 participants