Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vepo/kafka


https://github.com/vepo/kafka

Last synced: about 7 hours ago
JSON representation

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
```