liuyz60 opened a new issue, #10043: URL: https://github.com/apache/dubbo/issues/10043
consumer中具有多个分组(或使用*匹配任意分组时),由于生成的服务名为: providers:org.apache.dubbo.samples.merge.api.MergeService::* 或 providers:org.apache.dubbo.samples.merge.api.MergeService::group1,group2 的格式,这种格式在使用com.alibaba.nacos.client.config.utils.isValid校验时,会失败,因校验只允许字母、数字、下划线、中划线、点、冒号,其他字符都判定为非法。 从而导致我consumer中使用多个分组时,系统启动失败。 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
