We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请简单描述bug的场景
apollo 源内容设定为yaml 格式 cli.GetConfig(res.ns).GetContent()
cli.GetConfig(res.ns).GetContent()
使用该方法 可以获得property 格式的value
cli.GetConfigCache(res.ns).Get("content")
使用该方法会报错 load default cache fail
如何重现
agollo.StartWithConfig 后直接调用上述方法
期望 获取yaml 的原始文件
Agollo 版本 :
The text was updated successfully, but these errors were encountered:
zouyx
No branches or pull requests
请简单描述bug的场景
apollo 源内容设定为yaml 格式
cli.GetConfig(res.ns).GetContent()
使用该方法 可以获得property 格式的value
cli.GetConfigCache(res.ns).Get("content")
使用该方法会报错 load default cache fail
如何重现
agollo.StartWithConfig 后直接调用上述方法
期望
获取yaml 的原始文件
Agollo 版本 :
v4.4.0
The text was updated successfully, but these errors were encountered: