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
Is your feature request related to a problem? Please describe.
One maybe need to register apollo to zookeeper
Describe the solution you'd like Implement it Like in pull request #3055 #3447
The text was updated successfully, but these errors were encountered:
apollo 默认内置 Eureka 作为注册中心用来管理 apollo-configservice 和 apollo-adminservice 的服务实例列表。不过在实际使用中,有些公司为了统一管理,所以希望 apollo-configservice 和 apollo-adminservice 注册到公司内部已有的注册中心,比如 consul,nacos,zookeeper,kubernetes 等,目前 apollo 已经支持和 eureka, consul, nacos, kubernetes 等集成,所以需要增加对 zookeeper 的支持。
Sorry, something went wrong.
add zookeeper service discovery support(apolloconfig#3557)
bb2dc70
add zookeeper service discovery support(#3557) (#4119)
a62881d
* add zookeeper service discovery support(#3557) * fix review * fix zk dependency * fix spring cloud inner discovery starter compatibility * add supported zk version description * remove local development instructions
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
One maybe need to register apollo to zookeeper
Describe the solution you'd like
Implement it Like in pull request
#3055
#3447
The text was updated successfully, but these errors were encountered: