如何只选择Zokkeper作为注册中心? #2
Answered
by
ipipman
chilumanxi
asked this question in
Q&A
-
如何只选择Zokkeper作为注册中心? |
Beta Was this translation helpful? Give feedback.
Answered by
ipipman
Jun 16, 2024
Replies: 1 comment
-
找到你的配置,将rpcman.zk.rpcman.enabled = true,记得同时把 registry-ipman.enabled = false 即可 假设你是.yaml的格式,参考如下: rpcman:
#providers: http://localhost:8080,http://localhost:8081,http://localhost:8082
zk:
enabled: true
zkServer: localhost:2181
zkRoot: rpcman
registry-ipman:
enabled: false
servers: http://localhost:8484 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chilumanxi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
找到你的配置,将rpcman.zk.rpcman.enabled = true,记得同时把 registry-ipman.enabled = false 即可
假设你是.yaml的格式,参考如下: