You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
Make a bootstrap broker a required arg rather than bail out with this?
[root@devbox ~]# ./honeykaf -k -d metrics.v1
INFO[0000] Starting kh2
panic: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
Make a bootstrap broker a required arg rather than bail out with this?
[root@devbox ~]# ./honeykaf -k -d metrics.v1
INFO[0000] Starting kh2
panic: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)
goroutine 1 [running]:
github.com/honeycombio/honeykaf/kafkatail.GetChans(0x9ff5a0, 0xc42005c880, 0x7784d9, 0x9, 0x7723f5, 0x4, 0x777e92, 0x8, 0x0, 0x0, ...)
/home/travis/gopath/src/github.com/honeycombio/honeykaf/kafkatail/kafkatail.go:30 +0x2d5
main.run(0x7a4435, 0x19, 0x0, 0x0, 0x50, 0x64, 0x32, 0x0, 0x3c, 0x0, ...)
/home/travis/gopath/src/github.com/honeycombio/honeykaf/hk.go:81 +0x329
main.main()
/home/travis/gopath/src/github.com/honeycombio/honeykaf/main.go:141 +0x336
The text was updated successfully, but these errors were encountered: