mailgun / kafka-pixy

gRPC/REST proxy for Kafka
Apache License 2.0
768 stars 119 forks source link

is headless cluster an issue? #139

Closed bkamau closed 6 years ago

bkamau commented 6 years ago

It happens that i can post to kafka, query topics, and topic configs together with partitions but when i query for offsets, i get this error { "error": "failed to fetch topic configuration: zk: node does not exist" }

anything am missing?

horkhe commented 6 years ago

Apparently you are missing zookeeper data in your config or it is not correct.

horkhe commented 6 years ago

Feel free to reopen if you have follow up questions.