The protocol/api_versions.go says it supports metadata v 0..1 but it doesn't handle metadata requests where topic length is set to -1 (which is allowed in v1).
It's also missing rack string for each broker and an internal flag for each topic in the metadata response.
The protocol/api_versions.go says it supports metadata v 0..1 but it doesn't handle metadata requests where topic length is set to -1 (which is allowed in v1). It's also missing
rack
string for each broker and an internal flag for each topic in the metadata response.