Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vepo/kafka
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/vepo/kafka
- Owner: vepo
- Created: 2023-02-14T00:43:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:26:39.000Z (4 months ago)
- Last Synced: 2024-09-06T18:21:59.227Z (4 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka
Kafka docker image.
Any config value can be set by using the `KAFKA_` prefix.
Using with Docker Compose
```yaml
services:
kafka:
image: vepo/kafka:3.7.0
ports:
- 9092:9092
environment:
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092
```