zookeeper报错Will not attempt to authenticate using SASL (unknown error)

Will not attempt to authenticate using SASL (unknown error)

转自:http://blog.csdn.net/mo_xingwang/article/details/51910000

搭建Dubbo Server的时候出现“Will not attempt to authenticate using SASL (unknown error)”这个错误

出现这个错误的主要原因是由于服务提供方的zookeeper地址和Dubbo配置的zookeeper地址不一样。 
这里写图片描述这里写图片描述 
按照以上修改一致后就不再出错。

原文地址:https://www.cnblogs.com/YuyuanNo1/p/8276706.html