songxiaosheng commented on issue #11185: URL: https://github.com/apache/dubbo/issues/11185#issuecomment-1442731285
> > > dubbo.reference.org.apache.dubbo.samples.api.DemoService.timeout=6000 > > > > 目前只支持在 dubbo.properties 里面这样配置,通过 application.properties 的由于 xsd 配置以及解析的问题还是没兼容的 > > 那么照理说这个应该提个pr兼容下吗? dubbo.properties里面配置这个有这个问题,全局配置优先级高于接口级别了,按约定的配置优先级是需要改一下的,@AlbumenJ 大佬这个之前给你截图看过配置刷新那里用了putIfAbsent导致接口级配置未覆盖全局配置,是不是要改下呀 -- 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]
