-
Hello, I have deployed a 0.27.1 cluster operator and have 3 kafka brokers along with its 3 zookeeper nodes cluster running with no issues at all.
I have these services running:
These deployments:
These replica set
These statefulset:
The cluster operator created two policies:
The latter reads:
Looks like there is no topic operator from port 2181 being shown so I guess I am missing something or done something worng.
which is what solved the problem to the other issue so I am not sure what I am missing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
When using Strimzi deployed Kafka cluster, you should use the Topic operator deployed as part of the Kafka cluster (i.e. in the Entity Operator pod). You should not deploy the standalone topic operator. |
Beta Was this translation helpful? Give feedback.
When using Strimzi deployed Kafka cluster, you should use the Topic operator deployed as part of the Kafka cluster (i.e. in the Entity Operator pod). You should not deploy the standalone topic operator.