https://github.com/jleung51/docker-kafka
Dockerfile for an Apache Kafka instance.
https://github.com/jleung51/docker-kafka
apache-kafka dockerfile kafka zookeeper
Last synced: about 1 year ago
JSON representation
Dockerfile for an Apache Kafka instance.
- Host: GitHub
- URL: https://github.com/jleung51/docker-kafka
- Owner: jleung51
- License: mit
- Created: 2017-02-27T18:39:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T18:12:43.000Z (over 9 years ago)
- Last Synced: 2025-02-02T01:11:19.732Z (over 1 year ago)
- Topics: apache-kafka, dockerfile, kafka, zookeeper
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Kafka
Multi-container Docker Compose configuration for an instance of Apache Kafka, an instance of Apache ZooKeeper, and an instance of an Apache Kafka consumer.
The Dockerfile in the root builds a base image for the other Docker images in the repository. This base image is located in Docker Hub at [jleung51/docker-kafka](https://hub.docker.com/r/jleung51/docker-kafka/).
To execute the Docker Compose multi-container instance, navigate into the `compose/` directory and run:
```
docker-compose up
```
## Credits
Credit goes to Arthur Tse (GitHub: [arthur-tse7](https://github.com/arthur-tse7)) for writing the Dockerfiles and Docker Compose configuration.