Update zookeeper connect example

- :node-type needs to be "druid:broker"
- fixes #17
This commit is contained in:
Erik Assum 2016-11-02 10:24:43 +01:00 committed by GitHub
parent a7680111b4
commit 14c2125d19

View file

@ -24,7 +24,7 @@ this method supports auto detection and update of available brokers for easy HA/
(use 'clj-druid.client)
(connect {:zk {:host "127.0.0.1:2181,my-other-zk-host:2181" ; can contain multiple hosts separated by commas
:discovery-path "/druid/discovery"
:node-type "broker"}})
:node-type "druid:broker"}})
```
you can also connect by supplying a vector of hosts, useful for dev, local testing