This image runs the Confluent distribution of:
on a Centos Linux distribution.
The latest tag of this image is build with the latest stable release of Confluent Kafka distribution on the latest available Centos release.
You can pull it with:
docker pull parrotstream/kafka
You can also find other images based on different Apache Kafka releases, using a different tag in the following form:
docker pull parrotstream/kafka:[kafka-release]
For example, if you want the Kafka release 1.1.1 and the Kafka Rest in the Confluent distribution 4.1.2, you can pull the image with:
docker pull parrotstream/kafka:1.1.1-4.1.2
Run with Docker Compose:
docker-compose -p parrot up
- Apache Kafka 2.0.0 (2.0.0-5.0.0, latest)
- Apache Kafka 1.1.1 (1.1.1-4.1.2)
- Apache Kafka 0.10.2.0 (0.10.2.0-3.2.4)
- Apache Kafka 0.10.0.1 (0.10.0.1-3.0.1)