-
Hello I have an up/running Kafka cluster provided by redpanda - obviously this does not include any zookeeper etc.. I first tried by commenting out the I have attached the logs here..please let me know if there is anything else i can provide here to help me out or confirm one way or another whether - this will be incompatible with redpanda ? Thanks For reference, here is my version of deployment-strimzi-topic-operator.yaml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Strimzi is designed to work with the Apache Kafka project. Redpanda is not Apache Kafka and will offer only limited compatibility, so different parts of Strimzi might not work. The Topic Operator relies on ZooKeeper and on the way it is used in Apache Kafka. You cannot get it working just by commenting out the things the operator needs. |
Beta Was this translation helpful? Give feedback.
Strimzi is designed to work with the Apache Kafka project. Redpanda is not Apache Kafka and will offer only limited compatibility, so different parts of Strimzi might not work. The Topic Operator relies on ZooKeeper and on the way it is used in Apache Kafka. You cannot get it working just by commenting out the things the operator needs.