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
更新一个配置文件,disconf-client端是按照:下载 -> 注入到仓库 -> Watch注册步骤来的,这个流程是有隐患的,如果前后两个更新配置,第二次更新是在第一次下载和Watch注册之间,那么第二次更新会丢失。最好是先注册Watch,然后下载,最后注入到仓库,流程加锁保证。最好是再有一个定时任务作为兜底,定时从disconf-web拉取配置比较保险一点。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
更新一个配置文件,disconf-client端是按照:下载 -> 注入到仓库 -> Watch注册步骤来的,这个流程是有隐患的,如果前后两个更新配置,第二次更新是在第一次下载和Watch注册之间,那么第二次更新会丢失。最好是先注册Watch,然后下载,最后注入到仓库,流程加锁保证。最好是再有一个定时任务作为兜底,定时从disconf-web拉取配置比较保险一点。
The text was updated successfully, but these errors were encountered: