Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sumit-kushwah/kafka-learn


https://github.com/sumit-kushwah/kafka-learn

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# kafka-learn

### prerequisites
- docker

### Create kafka cluster
```bash
docker compose up -d
```

### Destroy kafka cluster
```bash
docker compose down
```