There is a way to directly use JDK SPI in Dubbo, for example, org.apache.dubbo.common.extension.LoadingStrategy is placed in the META-INF/services/ path, but in most cases it uses its own implementation of JDK SPI. This optimization method can be called Dubbo SPI, which is the point to...