glmapper commented on issue #14015:
URL: https://github.com/apache/dubbo/issues/14015#issuecomment-2060229014

   I don't think implementing Spring Boot's implementation approach is a good 
idea;
   
   1、Most components are integrated into Spring Boot, and autoconfiguration is 
a feature of Spring Boot. Therefore, component integration needs to meet the 
basic requirements of Spring Boot's automatic configuration and out-of-the-box 
usability, which relies on autoconfiguration to achieve.
   2、Dubbo's automatic discovery mechanism is based on SPI implementation. 
Currently, most service discovery in Dubbo is also implemented through this 
mechanism, which aligns with the basic approach.
   3、If there is a need to refactor the metrics part of the code, it may not 
necessarily be a refactoring but rather a better alignment with the usage 
habits of Spring Boot/Spring framework users. This can be achieved completely 
through Dubbo Spring Boot Starter.


-- 
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]

Reply via email to