Skip to content
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

[FEATURE] 支持连接Apollo集群 #326

Open
xuzhijvn opened this issue Dec 2, 2024 · 1 comment
Open

[FEATURE] 支持连接Apollo集群 #326

xuzhijvn opened this issue Dec 2, 2024 · 1 comment
Assignees

Comments

@xuzhijvn
Copy link

xuzhijvn commented Dec 2, 2024

功能适用的场景?
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集群?

项目这么久连这都不支持吗?你们生产都是单节点部署的?

@BlackBear2003
Copy link
Member

只需要一台可用的configservice即可通过discovery service获取到集群中所有configservice的ip地址 🫡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants