Open leegin opened 5 years ago
@leegin Hi, can you show your browser console output?
@joway I am using burrow 1.2. Does this dashboard only support burrow 1.0? I am getting 502 error in the console.
@leegin Hi, did you run docker image as docker run -e BURROW_BACKEND=http://your-burrow-domain joway/burrow-dashboard:latest
? Could you show what BURROW_BACKEND
you set?
@joway I am using a docker compose file to bring up the burrow dashboard container. Here is my Burrow_backend.
@leegin you need to add network=host in your docker-compose file.
I have configured burrow for my kafka cluster and though of using burrow-dashboard to see the consumer lags in the consumer groups and topics. But after configuration, my kafka cluster is not even showing up in the dashboard. Am I missing something here? Can someone help me out with this?