travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
https://twitter.com/travisjeffery
MIT License
4.92k stars 361 forks source link

fix metadata requests version 1 #160

Closed snichme closed 8 months ago

snichme commented 4 years ago

Handle topic array length when it's -1 And adds some fields to the metadata response

closes #159