zkyanGitHub opened a new issue, #9982: URL: https://github.com/apache/dubbo/issues/9982
版本:Dubbo 3.0.3 @FeignClient 注解的服务在实例化的时候会创建一个IOC容器,并刷新该容器,然后发布ContextRefreshedEvent事件,会触发DubboDeployApplicationListener的onApplicationEvent事件,此时@DubboService实例还没有创建,会导致发布dubbo服务失败。 @DubboService实例创建完成后,Springboot容器重新发布onApplicationEvent事件,此时DefaultModuleDeployer中的state状态已经变为STARTED,不会再发布Dubbo服务。  () -- 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]
