-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
dubbo 2.7.2配置zookeeper,提示不支持 #4263
Comments
<dubbo:registry address="zookeeper://127.0.0.1:2181"/> |
在pom文件里面加入configcenter的依赖例如加入dubbo-configcenter-zookeeper依赖你就可以跑demo了 |
@zhangkangyue |
provider端: consumer端:<dubbo:application name="dubbo-consumer"/> 启动dubbo-demo consumer报错: |
@zhangkangyue |
Also, is 30.16.96.186 your ip address? Provide your environment will be a good way for help. |
是的 |
我把zk 节点/dubbo删除,consumer消费正常了。是脏数据导致的吗? |
我也遇到这个问题 , 不过我跟着这个 demo |
Exception in thread "main" java.lang.IllegalStateException: No such extension org.apache.dubbo.configcenter.DynamicConfigurationFactory by name zookeeper
The text was updated successfully, but these errors were encountered: