dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

Agent进程如何使用ApplicationModel

Open rottenmu opened this issue 2 years ago • 2 comments

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Ask your question here

agent进程 使用 ExtensionLoader<Filter> extensionLoader = ApplicationModel .defaultModel() .getDefaultModule() .getExtensionDirector() .getExtensionLoader(Filter.class);加载 dubbo spi无效

rottenmu avatar Jul 12 '22 13:07 rottenmu

@ulinkwo

rottenmu avatar Jul 12 '22 14:07 rottenmu

无效是指加载不到任何的Filter实例吗?使用场景是什么样的呢?可以检查下是不是类加载器不一致

icodening avatar Jul 25 '22 16:07 icodening