-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[feat][broker][PIP-195] New bucket based delayed message tracker - interface&config&proto -part 1 #17344
[feat][broker][PIP-195] New bucket based delayed message tracker - interface&config&proto -part 1 #17344
Conversation
bd39d4a
to
7a60585
Compare
...ar-broker/src/main/java/org/apache/pulsar/broker/delayed/InMemoryDelayedDeliveryTracker.java
Outdated
Show resolved
Hide resolved
5f229bc
to
6951f7a
Compare
Strange, The proposal has two other configurations |
The |
But you modified its comments, didn't you? |
I am worried that someone will open which feature that has not been prepared, causing some problems. |
What will be the impact? |
Ok, I will add all the configurations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* @param firstSegmentEntryId entryId of first segment of sequence | ||
* @param lastSegmentEntryId entryId of last segment of sequence |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inclusive or exclusive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inclusive
Master Issue: #16763
Modifications
Documentation
Check the box below or label this PR directly.
Need to update docs?
doc-required
(Your PR needs to update docs and you will update later)
doc-not-needed
(Please explain why)
doc
(Your PR contains doc changes)
doc-complete
(Docs have been already added)