Skip to content
Discussion options

You must be logged in to vote

找到你的配置,将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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chilumanxi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants