-
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
5
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,708
−313
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
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
fb2a03f to
537fee9
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #9800 +/- ##
=============================================
- Coverage 48.84% 48.83% -0.02%
- Complexity 12773 13292 +519
=============================================
Files 1324 1370 +46
Lines 96405 99542 +3137
Branches 12434 12860 +426
=============================================
+ Hits 47093 48609 +1516
- Misses 43571 45031 +1460
- Partials 5741 5902 +161 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2d9967b to
5e8d18a
Compare
8688da8 to
2c1940d
Compare
yuz10
reviewed
Dec 19, 2025
remoting/src/main/java/org/apache/rocketmq/remoting/protocol/RequestCode.java
Show resolved
Hide resolved
Change-Id: Ie83f5ad363eb7b7c48371a0f4b3eab9f04465b81
Change-Id: I102d2bf7b5d573f41416333135074cde1a9f1fec
Change-Id: Iadc1e2c74f1a05954c4015faa92cefb5786cdc0f
73fa90f to
5519490
Compare
Change-Id: I8bc20706ac079f29b5894eb17328f830743c791c
5519490 to
74d4d6c
Compare
Change-Id: I54e654220d233e70bf0a89b5aefce4f2ffdeae6a
0bd5ce4 to
0946b65
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?