You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue or help wanted) or other activity occurs. Thank you for your contributions.
Feature description
现状
在 SOFA-ARK 2.0+ 中,基座启动 ArkContainer 时,将通过 ContainerClassLoader 读取自定义配置。但 ContainerClassLoader 的 ucp 仅有基座 resources/conf/ark 目录、 sofa-ark-all 及其依赖,从而无法读取用户自定义配置,见:
Ark 配置读取
com.alipay.sofa.ark.container.ArkContainer#getProfileConfFiles
ContainerClassLoader 初始化
com.alipay.sofa.ark.bootstrap.AbstractLauncher#createContainerClassLoader(com.alipay.sofa.ark.spi.archive.ContainerArchive)
需求
支持读取用户基座中 conf/ark/bootstrap.properties 作为自定义配置。
Additional notes
Add other notes if necessary.
The text was updated successfully, but these errors were encountered: