Replies: 1 comment 2 replies
-
Topic Operator is not supported in KRaft mode currently. So the `KafkaTopic! resources are basically ignored. So this is expected behavior. |
Beta Was this translation helpful? Give feedback.
2 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.
-
kubectl create ns kafka
kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka
kubectl -n kafka set env deployment/strimzi-cluster-operator STRIMZI_FEATURE_GATES=+UseKRaft
simple kafka manifest and topic
result:
kubectl get kt -n kafka
NAME CLUSTER PARTITIONS REPLICATION FACTOR READY
example-demo my-cluster 3 3
Beta Was this translation helpful? Give feedback.
All reactions