PragmaTwice opened a new issue, #1497: URL: https://github.com/apache/incubator-kvrocks/issues/1497
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation Currently kvrocks just ignore these invalid config options, like nonexistent config keys, e.g. ``` # kvrocks config file some-config-key-do-not-exist value ``` No warning or error message is printed, which makes configration debug harder. We want to print some warning messages (rather than a fatal error for compatibility) when facing inexistent keys. ### Solution _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
