-
Notifications
You must be signed in to change notification settings - Fork 12k
[RIP-83] Lite Topic: A New Message Model #9800
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
f1amingo
wants to merge
6
commits into
apache:develop
Choose a base branch
from
f1amingo:feature/lite_topic
base: develop
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
+14,351
−240
Conversation
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
Change-Id: Ie83f5ad363eb7b7c48371a0f4b3eab9f04465b81
Change-Id: I102d2bf7b5d573f41416333135074cde1a9f1fec
e7deabc to
17bc455
Compare
RongtongJin
reviewed
Nov 6, 2025
broker/src/main/java/org/apache/rocketmq/broker/lite/AbstractLiteLifecycleManager.java
Show resolved
Hide resolved
broker/src/main/java/org/apache/rocketmq/broker/processor/AckMessageProcessor.java
Outdated
Show resolved
Hide resolved
broker/src/main/java/org/apache/rocketmq/broker/processor/ChangeInvisibleTimeProcessor.java
Outdated
Show resolved
Hide resolved
broker/src/main/java/org/apache/rocketmq/broker/lite/AbstractLiteLifecycleManager.java
Show resolved
Hide resolved
Contributor
Change-Id: Ic811d4e0af800f145fb94122985965e1b0569915
Change-Id: If3387de9605696bb62008658386790a52b55654d
Change-Id: Ida1ecd633464c59cce7ff9603de8670293d75ad0
fb2a03f to
537fee9
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #9800 +/- ##
=============================================
- Coverage 48.37% 47.50% -0.87%
- Complexity 12250 12523 +273
=============================================
Files 1314 1359 +45
Lines 93680 96869 +3189
Branches 12016 12454 +438
=============================================
+ Hits 45314 46015 +701
- Misses 42770 45170 +2400
- Partials 5596 5684 +88 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8defa8c to
2d9967b
Compare
Change-Id: I25740c894afc87e16b8b51b94056ad09765bcd76
2d9967b to
5e8d18a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Which Issue(s) This PR Fixes
Fixes #9797
Brief Description
RIP‐83 Lite Topic: A New Message Model
https://github.com/apache/rocketmq/wiki/RIP%E2%80%9083-Lite-Topic:-A-New-Message-Model
How Did You Test This Change?