You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Ensure your kafka cluster is available from the machine you're planning to run the app on
5
+
3. Run the following:
6
+
7
+
```
8
+
docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true provectuslabs/kafka-ui
9
+
```
10
+
11
+
4. Go to \`[http://localhost:8080/ui/clusters/create-new-cluster](http://localhost:8080/ui/clusters/create-new-cluster)\` and configure your first cluster by pressing on "Configure new cluster" button.
12
+
13
+
When you're done with testing, you can refer to the next articles to persist your config & deploy the app wherever you need to.
0 commit comments