logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

dubbo连接zookeeper报错Caused by: java.lang.IllegalStateException: zookeeper not connected

今天刚接触的时候使用dubbo连接zookeeper的时候报错,明明服务器开启了zookeeper服务的,最后想到可能是连接超时,所以将timeout属性设置大些RegistryConfig registryConfig=new RegistryConfig("zookeeper://192.168.63.128:2181");registryConfig.setTimeout(10000);//

#分布式#dubbo
到底了