Closed bonifaido closed 7 years ago
Having same problem with Kafka 0.10.1.1. @bonifaido have you found a workaround?
No unfortunately not, I found that complex health checks are not making my life easier, so I just dropped using kafka-health-check and used just a few simple hand rolled health checks in production.
Switching to Go 1.8.3 solved that problem for me.
Hi,
thanks for the issue report.
Unmarshalling into int32 keys is a feature that was introduced with golang 1.7, iirc. I'll build binary releases with the proper golang version that has this feature.
If this issue still persists, please reopen this issue. I'll close it for now.
Hi, I get the following error message from the application when trying to list topics from ZooKeeper:
This expects the type of json value
partitions
inmap[int32][]int32
however the actual type ismap[string][]int32