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 for exchanges #853

Closed
wants to merge 175 commits into from
Closed

Conversation

snichme
Copy link
Member

@snichme snichme commented Nov 19, 2024

WHAT is this pull request doing?

Implementation for message deduplication on exchanges.
It works for any exchange type and is enabled by setting the argument x-message-deduplication = true on any exchange.

Features

  • Deduplication on Exchanges
  • Deduplication cache storage in memory
  • TTL for each message
  • Default TTL
  • Deduplication on queues
  • Deduplication cache storage on disk
  • Apply deduplication using policy

Fixes #833

HOW can this pull request be tested?

Specs.

@snichme snichme requested a review from a team as a code owner November 19, 2024 21:21
@snichme snichme closed this Nov 19, 2024
@snichme snichme deleted the message-dedup-exchange branch November 19, 2024 21:22
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

Successfully merging this pull request may close these issues.

Message deduplication
4 participants