configure Druid to connect to Zookeeper on port 5181

十年热恋 提交于 2019-12-06 07:54:25

The solution was to add the port to the hostnames in config/_common/common.runtime.properties:

 druid.zk.service.host=zkNode1:5181,zkNode2:5181,zkNode3:5181

it is configurable, you can have something like

druid.zk.service.host=localhost:8080
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!