Please improve zkconfigexhibitorport documentation
Opened this issue · 1 comments
Hi,
I would like to use the zookeeper config option and reading the documentation for zkconfigexhibitorport I don't know whether I need to set that option or not and to what (do I just pick any free port). Specifically the sentence "Used if the ZooKeeper shared config also running Exhibitor" makes no sense to me. I am setting up the Zookeeper config in order for that to be used with exhibitor. What are the alternatives for what that config could be doing? Finally, would that be the port where the UI is (8080). Some better explanation would save people time trawling through the code to find out.
Cheers,
I agree, I have no idea what to set this to. knservis, did you ever figure it out? i've tried a random port but I get a bunch of errors in the exhibitor logs:
ERROR org.apache.curator.ensemble.exhibitor.ExhibitorEnsembleProvider Couldn't get servers from Exhibitor.
if I set it to 8080, then the errors go away, but I still get warnings about 0 count returned from Exhibitors. If this is supposed to be the port of the web site, then why is it separate from the --port option?