2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update kafka-ui

This commit is contained in:
kev
2023-03-01 17:02:02 +08:00
parent 3999a20f2f
commit da30072c47
2 changed files with 31 additions and 11 deletions

View File

@@ -1,2 +1,13 @@
kafka-ui
========
[kafka-ui][1], Open-Source Web UI for Apache Kafka Management.
```bash
$ mkdir -p data/{zookeeper,kafka}
$ chmod -R 777 data
$ docker-compose up -d
$ curl http://127.0.0.1:8080
```
[1]: https://github.com/provectus/kafka-ui