Yolean/kubernetes-kafka

Running Kubernetes Kafka Cluster with Previous versions

TechDevCode opened this issue · 1 comments

Hi,

How can I run the cluster with previous Kafka versions(e.g. 0.10.1.1 version). Which .yml files do I have to change? Or which branch I have to use for setting up Kubernetes Kafka Cluster with previous versions.

Thanks,
Rishikesh

You could branch from a tag,
but I think you can run with an older version at master.

The kafka image is reused in a couple of manifests, but there's a shell script to update the image in your cloned source.

There are some assumptions made about the image. I don't think they have changed, so probably all tags in https://hub.docker.com/r/solsson/kafka/tags/ are compatible with master, or you can build your own.