AlbumenJ commented on issue #11027:
URL: https://github.com/apache/dubbo/issues/11027#issuecomment-1330044463

   > I think the main issue of https://github.com/apache/dubbo/issues/11002 is 
that the concurrent access of the Deployer is happed both within the Spring 
framework and the user code. In other words, the IOC container hasn't prepared 
the bean yet but the user code tries to access the bean already. This way of 
access the bean violates the principal of IcC. So I don't think we should 
consider to fix this issue in Dubbo.
   
   The API usage of Dubbo is not a bean of Spring. The API usage and Spring 
usage are the two basic usage of Dubbo.
   
   So, the core issue is API usage and Spring usage are conflict when init.


-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to