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. It will be closed if no further activity occurs. Thank you for your contributions.
请简单描述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: