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
功能适用的场景? apollo集群部署
你需要的功能是否有关联问题? 无
你期望的解决方案是?
c := &config.AppConfig{ AppID: global.CONFIG.Apollo.AppId, Cluster: global.CONFIG.Apollo.Cluster, IP: global.CONFIG.Apollo.Endpoint, NamespaceName: global.CONFIG.Apollo.Namespace, IsBackupConfig: true, }
IP只能设置为单个IP节点吗?不支持连接Apollo集群?
项目这么久连这都不支持吗?你们生产都是单节点部署的?
The text was updated successfully, but these errors were encountered:
只需要一台可用的configservice即可通过discovery service获取到集群中所有configservice的ip地址 🫡
Sorry, something went wrong.
zouyx
No branches or pull requests
功能适用的场景?
apollo集群部署
你需要的功能是否有关联问题?
无
你期望的解决方案是?
IP只能设置为单个IP节点吗?不支持连接Apollo集群?
项目这么久连这都不支持吗?你们生产都是单节点部署的?
The text was updated successfully, but these errors were encountered: