iushas commented on issue #1879: URL: https://github.com/apache/kvrocks/issues/1879#issuecomment-1794327805
> 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 comments, e.g. > > ``` > config-key config-value # my comments > ``` > > If you want `#` in configuration values, you need to quote them. > > And for `@`, I think it works normally. 既然客户端可以设置,比如namespace add ns tokenxx#x@, 那么配置文件就应该要兼容吧 -- 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]
