Replies: 1 comment
-
The current version of the Topic operator requires (and will always require) access to ZooKeeper because Kafka does not provide parity features. You can check the Strimzi Proposal number 53 which describes a new version of the Topic Operator which will be compatible also with KRaft brokers: https://github.com/strimzi/proposals/blob/main/051-unidirectional-topic-operator.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@scholzj
I am trying to deploy strimzi standalone topic and user operator deployment which is supposed to connect with Kraft enabled Kafka cluster(not managed by Strimzi).
I just updated the STRIMZI_KAFKA_BOOTSTRAP_SERVERS with running kafka address and removed the STRIMZI_ZOOKEEPER_CONNECT and other ZK related variables.
I also added STRIMZI_KRAFT_ENABLED = true
After doing above changes, the deployment is not showing up.
strimzi-topic-operator 0/1 0 0 7m52s
strimzi-user-operator 0/1 0 0 50s
Can you please help.
Beta Was this translation helpful? Give feedback.
All reactions