PragmaTwice commented on issue #1879: URL: https://github.com/apache/kvrocks/issues/1879#issuecomment-1794302607
Hi @iushas , thanks for your reporting! It is not a bug. It is expected. In any line of configuration file, any character after `#` (including `#` itself) will be treated as comment, e.g. ``` config-key config-value # my comments ``` If you want `#` in configuration values, you need to quote them. -- 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]
