sofastack / sofa-ark

SOFAArk is a light-weight,java based classloader isolation framework.
https://www.sofastack.tech/projects/sofa-boot/sofa-ark-readme/
Apache License 2.0
1.56k stars 497 forks source link

Support ark plugin to load resource of ark biz #58

Closed QilongZhang closed 6 years ago

QilongZhang commented 6 years ago

Currently, we only support ark biz to load class and resource from ark plugin. However, sometime, it's necessary to load resource(NOT class) of ark biz from ark plugin, such as SPI extension. So, we should support this feature.

QilongZhang commented 6 years ago

With full consideration, we would not support ark plugin to load resource of ark biz. It would break the loading layer model of plugin and biz. we suggest to use a adapter starter to bridge from biz to ark plugin, such as rpc-sofa-boot-starter