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
- Host: GitHub
- URL: https://github.com/anmolnagpal/docker-kafka
- Owner: anmolnagpal
- License: mit
- Created: 2018-08-20T15:16:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T18:17:56.000Z (over 7 years ago)
- Last Synced: 2025-01-12T07:12:19.788Z (11 months ago)
- Topics: docker, docker-image, kafka
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> Alpine Linux based [Kafka](http://kafka.apache.org/downloads.html) Docker Image
## 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 [](https://twitter.com/anmol_nagpal)