Sign inSign up

mcreations/kafka

By mcreations

•Updated over 8 years ago

Kafka http://kafka.apache.org/ in a small image

Image
0

1.0K

mcreations/kafka repository overview

⁠Kafka docker image on top of OpenWRT

Kafka Version 1.0.0 for Scala 2.11

Following https://kafka.apache.org/quickstart⁠

Kafka includes Zookeeper, which is not separately installed here.

⁠Requirements

Docker⁠

⁠Installation

Download or clone the repository and from inside the repository's directory execute:

docker build . -t docker-openwrt-kafka:2.11-1.0.0

⁠Usage

To run a Kafka server listening on port 9092 execute:

docker run -p 9092:9092 docker-openwrt-kafka:2.11-1.0.0

⁠Warning

GPG Signature not checked.

⁠Test

A test is under preparation.

Tag summary

Content type

Image

Digest

Size

93.8 MB

Last updated

over 8 years ago

docker pull mcreations/kafka