Divs

Results 7 comments of Divs

I am facing the exact same issue. To test start the app, I used the default config/burrow.toml. Any advice would be helpful. $go version go version go1.10.1 linux/amd64 Followed the...

I fixed the above issue by following https://dzone.com/articles/kafka-monitoring-with-burrow. However when I use `curl http://localhost:8080/v3/kafka` OR `curl http://ip:8080/v3/kafka/mykafka`, I don't get any response. Any advice is much appreciated!

`mykafka` is my clustername as mentioned above. PFB. ``` [general] pidfile="burrow.pid" stdout-logfile="burrow.out" access-control-allow-origin="*" [logging] filename="logs/burrow.log" level="info" maxsize=100 maxbackups=30 maxage=10 use-localtime=false use-compression=true [zookeeper] servers=[ "zk1-dns-address:2181", "zk2-dns-address:2181", "zk3-dns-address:2181" ] timeout=30 root-path="/burrow" [client-profile.test]...

The command `curl http://burrow-node:8000/v3/kafka/mykafka` does not return any response. My config is ``` [general] pidfile="burrow.pid" stdout-logfile="/root/GoDemo/logs/burrow.out" access-control-allow-origin="*" [logging] filename="/root/GoDemo/logs/burrow.log" level="debug" maxsize=100 maxbackups=30 maxage=10 use-localtime=false use-compression=true [zookeeper] servers=[ "node-1:2181", "node-2:2181", "node-3:2181"...

@toddpalino Can you please shed some light on this? I tried downloading the `v1.1.0` as well, but no change in result.

I was using `CTRL+Z` to run the job in the background, which was somehow stalling the httpserver. The server was up as seen by using `netstat -nlp` but it never...

@joway @jinleileiking Can you please specify the Url to run the dashboard for /v3? https://github.com/joway/burrow-dashboard/issues/18 https://github.com/joway/burrow-dashboard/issues/12