Date
1 - 4 of 4
Is there a way to use topic operator with zookeepr?
alonisser@...
I want to use it for programmatic management of my topics, but my kafka is hosted in confluent and I don't think I can access the zookeeper cluster there
|
|
alonisser@...
Without zookeeper that is, I need topic operator without touching zookeeper
|
|
Jakub Scholz
I'm afraid that is not possible. The Topic Operator is currently using Zookeeper for storing some additional data, so it it really needed there. Since Zookeeper will be removed from Kafka in the future, we have some plans to change it to use Kafka as its storage instead of Zookeeper. Once that is done, you should be able to use it. Until then, it will need Zookeeper access. Thanks & Regards Jakub On Sun, Feb 23, 2020 at 10:24 PM <alonisser@...> wrote: Without zookeeper that is, I need topic operator without touching zookeeper |
|
alonisser@...
Thanks for the kind and authoritative response! I'll roll my own for now
|
|