An open API service indexing awesome lists of open source software.

https://github.com/anmolnagpal/docker-kafka

Docker Image for kafka cluster
https://github.com/anmolnagpal/docker-kafka

docker docker-image kafka

Last synced: 10 months ago
JSON representation

Docker Image for kafka cluster

Awesome Lists containing this project

README

          

> Alpine Linux based [Kafka](http://kafka.apache.org/downloads.html) Docker Image



Software License


Donate

## Getting Started

> **NOTE:** I am assuming use of Docker for Mac with these examples. (`KAFKA_ADVERTISED_HOST_NAME=localhost`)

```
docker run -d \
--name kafka \
-p 9092:9092 \
-e KAFKA_ADVERTISED_HOST_NAME=localhost \
-e KAFKA_CREATE_TOPICS="test-topic:1:1" \
anmolnagpal/kafka:2.0.0-alpine
```

## Documentation
- https://kafka.apache.org/documentation/

## 👬 Contribution
- Open pull request with improvements
- Discuss ideas in issues

- Reach out with any feedback [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/anmol_nagpal.svg?style=social&label=Follow%20%40anmol_nagpal)](https://twitter.com/anmol_nagpal)