You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Sudha Subramanian <su...@gmail.com> on 2015/10/25 15:05:33 UTC

How to configure storm to connect to zookeeper quorum running on a single machine

Hi,

Is there a way to configure storm to connect to multiple zookeeper
instances (quorum) running on a single host but different ports?

"storm.zookeeper.servers" allows you to specify multiple hosts and
"storm.zookeeper.port " allows a single port.

I see some reference to zookeeper.multiple.setup in the configuration file.
But, not sure if that is the right one and how to configure it.

Has anyone done this before?

Thanks,
Sudha