监听配置变化事件
carlosxie opened this issue · 6 comments
carlosxie commented
net core 里面怎样实现监听配置变化呢 像这样
ApolloConfigurationManager.Manager.GetConfig("application").Result.ConfigChanged
可以明确知道是哪个Key改动了
pengweiqhca commented
使用IOptionsMonitor,不能监听某个key变更,但可以监听整体是否有变更。
apollo的变更监听是客户端实现的
carlosxie commented
明白,监控配置变化使用IOptionsMonitor 已经能获取到
ihenjoy commented
明白,监控配置变化使用IOptionsMonitor 已经能获取到
如何处理的,可以共享下?
pengweiqhca commented
ihenjoy commented
这是监听事个ConfigurationProvider?
pengweiqhca commented
这是监听事个ConfigurationProvider?
是的