-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[feat][broker] Implement topic-level delayed delivery tracking with in-memory manager #24927
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
Open
Denovo1998
wants to merge
16
commits into
apache:master
Choose a base branch
from
Denovo1998:topic_delayed_message
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
fc876b7
[feat][broker] Implement topic-level delayed delivery tracking with i…
Denovo1998 dee4363
feat[broker] Enhance InMemoryTopicDelayedDeliveryTrackerManager with …
Denovo1998 e455512
[feat][broker] Improve InMemoryTopicDelayedDeliveryTrackerManager wit…
Denovo1998 60f6bcd
feat[broker] Add pruning mechanism and improve timestamp handling in …
Denovo1998 2c30c94
[feat][broker] Refactor delayedMessageMap to use Long2ObjectRBTreeMap…
Denovo1998 6fd6ead
[feat][broker] Refactor mark-delete handling in InMemoryTopicDelayedD…
Denovo1998 6784c43
feat[broker] Simplify InMemoryTopicDelayedDeliveryTrackerManager by r…
Denovo1998 701ffbf
feat[broker] Add testing-friendly constructor and accessors to InMemo…
Denovo1998 c74a879
[feat][broker] Refactor timestamp handling and bucket logic in InMemo…
Denovo1998 e576c65
[feat][broker] Remove deprecated methods and simplify test annotation…
Denovo1998 938e4f6
[feat][broker] Replace highestDeliveryTimeTracked with AtomicLong for…
Denovo1998 e1f2c89
[feat][broker] Introduce InMemoryTopicDelayedDeliveryTrackerFactory f…
Denovo1998 32f2170
[feat][broker] Add configuration options for in-memory topic-level de…
Denovo1998 14fc81b
[feat][broker] Replace manual wait loops with Awaitility for pruning …
Denovo1998 23fbfb6
[feat][broker] Update documentation for InMemoryTopicDelayedDeliveryT…
Denovo1998 4aada39
feat[broker] Centralize mark-delete propagation to topic-level delaye…
Denovo1998 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.