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
问题: 在使用双AZ容灾引擎场景下,当微服务启动时存在某个AZ引擎故障不可用,则仅能自动发现可用AZ的引擎实例地址,即使后期故障AZ引擎恢复,微服务也无法自动发现该引擎地址。
解决方案: 根据心跳事件成功后拉取注册中心、配置中心实例信息,与本地缓存地址比较,如果有变化,刷新本地可用地址集合
The text was updated successfully, but these errors were encountered:
[#1399] fixed microservice cannot auto-discover the address of the re…
cb17ba7
…stored engine node problem (#1400)
b27dd98
…stored engine node problem (#1400) (#1401)
b0ba681
…stored engine node problem (#1400) (#1402)
chengyouling
No branches or pull requests
问题:
在使用双AZ容灾引擎场景下,当微服务启动时存在某个AZ引擎故障不可用,则仅能自动发现可用AZ的引擎实例地址,即使后期故障AZ引擎恢复,微服务也无法自动发现该引擎地址。
解决方案:
根据心跳事件成功后拉取注册中心、配置中心实例信息,与本地缓存地址比较,如果有变化,刷新本地可用地址集合
The text was updated successfully, but these errors were encountered: