Skip to content
Discussion options

You must be logged in to vote

The Helm Chart deploys the so called Cluster Operator (CO). CO operates all of the resources apart from KafkaUser and KafkaTopic. When deploying the Kafka cluster using the Kafka resource, you can deploy the User and Topic Operator as part of the Kafka cluster and only then you can use the KafkaUser and KafkaTopic resources. So if you haven't done it, you cannot really use them since there is nobody to operate them yet.

And even once you do it, the Topic and User operators (at least right now) operate on only one namespace. It is by default the same namespace in which the Kafka cluster is deployed or you can configure another namespace. But it will be always one. The reason is that Kafka …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mjrepo2
Comment options

@scholzj
Comment options

@mjrepo2
Comment options

@mjrepo2
Comment options

@scholzj
Comment options

Answer selected by mjrepo2
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