GitHub user Roronoa-Zoro added a comment to the discussion: customized ServiceInstanceCustomizer in dubbo 2.7.15 is not invoked
I also test with this code, result is empty ```java List<ServiceInstanceCustomizer> customizers = ExtensionLoader.getExtensionLoader(ServiceInstanceCustomizer.class).getLoadedExtensionInstances(); ``` GitHub link: https://github.com/apache/dubbo/discussions/15533#discussioncomment-13715665 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
