yao-wenbin opened a new issue, #7171:
URL: https://github.com/apache/rocketmq/issues/7171
### Before Creating the Enhancement Request
- [X] I have confirmed that this should be classified as an enhancement
rather than a bug/feature.
### Summary
Make a clear warning log when user set a wrong property in Configuration, It
would be more friendly and got greater experience to users, especially new
users.
### Motivation
In previous usage of RocketMQ, I incorrectly set a configuration item
`brokerIp1 = xxx.xxx` (which correct property name is `brokerIP1` instead of
`brokerIp1`). but RocketMQ cannot give a clear log or any other thing to
warning me that you got a wrong configuration item.
So I got many issues after start RocketMQ, Because I didn't know that I make
a incorrect configuration item.
If RocketMQ can check the configuration file when loading it and make a
explicit warning log to user. It would be more friendly
and make a greater experience for user, especially new users.
### Describe the Solution You'd Like
Check the property name and make a clear warning log when got a wrong
property in Loading Configuration Process.
### Describe Alternatives You've Considered
or ignore it , then keep going.
### Additional Context
_No response_
--
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]