feat: support to disable rocketmq-starter - #401
Conversation
|
Is there any update? |
|
need this too |
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #401 — feat: support to disable rocketmq-starter
Type: Enhancement (2 files, +11/-1)
Assessment
Adds rocketmq.enabled property to conditionally disable the auto-configuration. Useful for local development and testing scenarios.
Verdict
✅ Simple, practical feature with minimal code change.
🤖 Automated review by oss-sentinel-ai
|
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 master
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 |
Add enabled properties to disable rocketmq-starter when doing development on local machine