Apache Kafka is a distributed streaming platform that lets one endpoint in a workload produce messages, while other endpoints consume them. One or more consumers may subscribe to messages under a topic that a producer publishes. This architecture facilitates communication between loosely coupled applications in an enterprise.
See kafka.apache.org for more information This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.| 3.9.2 | docker pull icr.io/ibmz/kafka@sha256:e2de46ce362f70b9254fdd1c2bb8f1f22232dba939500cdbae53f64f9d9f66ef | Vulnerability Report | 03-02-2026 |
| Version | Pull String | Security (IBM Cloud) | Created |
|---|---|---|---|
docker run -d --name kafka -p 9092:9092 kafka
docker run --rm --name kafka -p 9092:9092 -e KAFKA_RUN_TESTS=true kafka
docker logs -f kafka
docker stop kafka
docker rm kafka