-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
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
Feat: PersistService.updateConfigInfo4Beta whether lost set beta_ips=? #6506
Comments
目前nacos的beta发布只支持两批次发布,即先发布一部分,线上观察没有问题再更新剩下一部分。 |
目前 console 上确实仅能 beta 发布一次,然后就只能是 停止 或者 全量发布。 可以考虑灰度多次?先选一部分,然后再扩大灰度列表 |
以上两部分变更,支持多次灰度已内部使用一段时间,符合诉求,期望社区考虑同时寻找前端 console 支持,谢谢。 |
1. And fix SQL `encrypted_data_key=?WHERE`.
TODO
|
如果是减少灰度ip ,那么被删除的ip的客户端能马上收到一个正式版本的推送吗? |
@Cczzzz 会呀,那就是没有灰度,和未灰度的一致 |
|
Is your feature request related to a problem? Please describe.
我期望多次灰度时仅变更 betaIps, 目的是把灰度逐步推进到全量,例如按照灰度 10% 20% 30% 50% 100%。
I expect that only betaIps will be changed for multiple gray levels, the purpose is to gradually advance the gray level to the full amount, for example, according to gray level 10% 20% 30% 50% 100%.
But now ExternalStoragePersistServiceImpl.updateConfigInfo4Beta please see the code below. The parameter betaIps is not used.
Describe the solution you'd like
sql add beta_ips=?, and set betaIps.
The text was updated successfully, but these errors were encountered: