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

https://github.com/peterdee/go-kafka


https://github.com/peterdee/go-kafka

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## go-kafka

### Launching Kafka separately

Run standalone Kafka and Kafka UI

```shell script
docker compose -f kafka-standalone.yml up
```

Kafka UI will be available at http://localhost:8080

### License

[MIT](./LICENSE.md)