lensesio / kafka-topics-ui

Web Tool for Kafka Topics |
https://lenses.io
877 stars 148 forks source link

Make v2 API calls by default with REST Proxy 3.2.0 #58

Closed simplesteph closed 7 years ago

simplesteph commented 7 years ago

The REST Proxy has been updated to leverage the new consumer http://docs.confluent.io/3.2.0/kafka-rest/docs/intro.html#produce-and-consume-avro-messages

We need to have Kafka topics UI switch its API calls to v2 with a config (?)

simplesteph commented 7 years ago

Btw as soon as I enable Zookeeper security, the Kafka Topics UI is broken (which is expected). Therefore v2 is the only way for us to have the landoop topics ui work.

andmarios commented 7 years ago

Out of curiosity, what do you mean by “enable Zookeeper security”? Kerberos and ACLs on topics?

simplesteph commented 7 years ago

Yes Plus zookeeper.set.acl=true

On 13 Mar. 2017 10:19 am, "Marios Andreopoulos" notifications@github.com wrote:

Out of curiosity, what do you mean by “enable Zookeeper security”? Kerberos and ACLs on topics?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Landoop/kafka-topics-ui/issues/58#issuecomment-285986039, or mute the thread https://github.com/notifications/unsubscribe-auth/AT4raREJU83D0Le0YatnrKVQZkhebattks5rlH1jgaJpZM4MWSpL .

Antwnis commented 7 years ago

Closing as per release 0.9.1 https://github.com/Landoop/kafka-topics-ui/releases the topics-ui uses the v2 apis