apolloconfig / apollo-use-cases

Show various usage scenarios and sample codes of the Apollo configuration center, welcome to share more configuration use cases in your daily work!
Apache License 2.0
945 stars 401 forks source link

Sentinel to Apollo to App 使用案例 #18

Closed Fxdemon closed 5 years ago

Fxdemon commented 5 years ago

Sentinel to Apollo to App

1.应用端获取配置中心的流控规则(限流规则、热点参数规则等) 2.Sentinel控制台持久化流控规则到配置中心 3.Sentinel控制台设置的流控规则,是否需要发布可通过参数配置 如果配置为false 则需要在配置中心进行发布操作

https://mp.weixin.qq.com/s?__biz=MzA4NzA0NjAzOQ==&mid=2257484007&idx=1&sn=26e228c98d0743df098969be4a86f106&chksm=9345ba1fa43233090885ba37b601ed9f28e278c6585b5c73c5e6d801615240defd48786a79f5&scene=0&xtrack=1#rd

nobodyiam commented 5 years ago

Looks cool! Maybe you could start a pull request and put a link in README.md so that other users could see it in the front page?

Fxdemon commented 5 years ago

Sentinel to Apollo to App

1.应用端获取配置中心的流控规则(限流规则、热点参数规则等) 2.Sentinel控制台持久化流控规则到配置中心 3.Sentinel控制台设置的流控规则,是否需要发布可通过参数配置 如果配置为false 则需要在配置中心进行发布操作

nobodyiam commented 5 years ago

Thanks! Added via this commit