how do I know which version of Kafka is actually being used by certain strimzi version #4760
-
Again sorry if this is a basic question but I could not understand this. I'm looking for this information because I'm experiencing a problem that is similar to this: https://issues.apache.org/jira/browse/KAFKA-10387 and I wonder if this might be related to the kafka version actually running on my platform but I could not find which version of kafka is actually used, I could only see the operator version is there any place I can find this information I'm using image from redhat (this might be the problem) "amq7/amq-streams-kafka-26-rhel7:1.6.2" so I would expect this to be using kafka 2.6 but I did not necesarily understand how redhat and strimzi manage the images https://hub.docker.com/r/strimzi/kafka/tags?page=1&ordering=last_updated just for reference this is my config and error:
does strimzi mantain it's own version/fork of kafka itself? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You seem to be using the stand alone (bare metal) RHEL image there not the Kubernetes image? I would refer to the relevant Red Hat documentation for the OpenShift version of AMQ Streams if you want to run Kafka on Kubernetes. However, if you want to run Kafka on bare metal then Strimzi is not the project you need. |
Beta Was this translation helpful? Give feedback.
You seem to be using the stand alone (bare metal) RHEL image there not the Kubernetes image? I would refer to the relevant Red Hat documentation for the OpenShift version of AMQ Streams if you want to run Kafka on Kubernetes.
However, if you want to run Kafka on bare metal then Strimzi is not the project you need.