Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkfsn/kafka-lab

A lab for playing around with Kafka
https://github.com/mkfsn/kafka-lab

kafka

Last synced: about 2 months ago
JSON representation

A lab for playing around with Kafka

Awesome Lists containing this project

README

        

# kafka-lab

## Setup

Run kafka in docker container

```
docker compose build kafka
docker compose up -d
```

## Run demo program

```
go run cmd/main.go
```

Result:

image