You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/04/29 09:43:39 UTC

[GitHub] [dubbo] zkyanGitHub opened a new issue, #9982: Dubbo和Open-feign同时使用,会导致Dubbo发布服务失败

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服务。
   
   
   ![dubbo-bug](https://user-images.githubusercontent.com/40780755/165921470-812c9127-7137-4464-a83a-b6df02a7887a.png)
   ()
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] zkyanGitHub closed issue #9982: Dubbo和Open-feign同时使用,会导致Dubbo发布服务失败

Posted by GitBox <gi...@apache.org>.
zkyanGitHub closed issue #9982: Dubbo和Open-feign同时使用,会导致Dubbo发布服务失败
URL: https://github.com/apache/dubbo/issues/9982


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] zkyanGitHub commented on issue #9982: Dubbo和Open-feign同时使用,会导致Dubbo发布服务失败

Posted by GitBox <gi...@apache.org>.
zkyanGitHub commented on issue #9982:
URL: https://github.com/apache/dubbo/issues/9982#issuecomment-1113151391

   已经在Issues找到解决方案,此问题关闭。


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org