Skip to content

Is KafkaTopicOperator enabled by default? #10707

Answered by scholzj
jslusher asked this question in Q&A
Discussion options

You must be logged in to vote

The Topic Operator is enabled by having the .spec.entityOperator.topicOperator section in the Kafka CR. Having it there will have the Topic Operator start (the pod will be actually named ...-entity-operator and the Topic Operator is just one of its containers).

But the KafkaTopic CRD is installed independently on it with the Strimzi Cluster Operator. So even if you haven't enabled the Topic Operator, you might create the KafkaTopic resources. But they will be ignored as there will be nobody to pick them up.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@jslusher
Comment options

Answer selected by jslusher
Comment options

You must be logged in to vote
7 replies
@scholzj
Comment options

@jslusher
Comment options

@scholzj
Comment options

@jslusher
Comment options

@scholzj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants