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.94k stars 363 forks source link

fix metadata requests version 1 #160

Closed snichme closed 10 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