[ISSUE #436]BrokerBasedLog supports initialization of compaction topic - #437
[ISSUE #436]BrokerBasedLog supports initialization of compaction topic#437sunxiaojian wants to merge 26 commits into
Conversation
74be2e6 to
040613f
Compare
… the BrokerBasedLog apache#436
7ca39f5 to
47f0aac
Compare
…n/rocketmq-connect into fixed-create-compaction-topic
905517d to
54fda9b
Compare
17d572b to
1f5080b
Compare
1b9fd88 to
01d16c8
Compare
08c4bbf to
da77b22
Compare
|
There are some incompatibility issues due to the dependent rocketmq versions 4.x and 5.x. |
|
This PR has conflicts with the base branch and cannot be merged. Please rebase or merge the base branch into your branch and resolve the conflicts: git fetch origin
git checkout fixed-create-compaction-topic
git rebase origin/main
# resolve conflicts, then:
git push --force-with-leaseThis is a one-time reminder. Feel free to @mention me for a re-review after conflicts are resolved. Automated notification by github-manager-bot |
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Summary
This PR modifies 94 file(s) with 3580 lines of diff. Changes look reasonable.
Automated review by github-manager-bot
Additional notes (not anchored to a changed line)
- [INFO]
README.md:1— Large diff (3580 lines). Consider breaking into smaller, focused PRs for easier review. (line outside diff)
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Summary
PR received and logged for review. This PR requires detailed code review by a maintainer.
Diff size: 3580 lines
Author: sunxiaojian (CONTRIBUTOR)
Automated review by RockteMQ-AI
1.Upgrade the rocketmq client version to 5.1.0
2.BrokerBasedLog supports initialization of compaction topic
3. Extend rocketmq-connect-common module