Open
Description
Before Creating the Enhancement Request
- I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
unify the home dir
Motivation
When I try to start rocketmq 5.2.0 by src locally, I have to config the home directory nearly for every part of rocketmq, such as namesrv, proxy, broker, brokercontroller, brokercontainer, mqadmin, acl and so on. Especially manually. The config almost share the same directory path. It's a tedious work. So I suggest to unify the rocketmq home directory.
Describe the Solution You'd Like
Unify the home dir in MixAll class
Describe Alternatives You've Considered
the other better impl
Additional Context
No response