weixiaoming369 commented on issue #8631: URL: https://github.com/apache/rocketmq/issues/8631#issuecomment-2327768686
Maybe I might have figured out the problem, but now I'm confused that when I start the broker with mqadmin mqbroker.cmd -n localhost:9876, it doesn't seem to be using the default configuration file broker.conf This can be deduced from the log information recorded by the broker.log, since I don't set any value for brokerName, and the value of the log record is inconsistent with the default configuration file, so from here I observe the corresponding enablePropertyFilter=false   When I specified the profile, it became working this is my test result  So I'm wondering why the default config file isn't used, and maybe using a program instead of the command line doesn't give up this issue, but I'll have to wait until I actually test it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
