Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kafka-ui #421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions kafka/monitoring/kafka-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "kafka-ui"
description: "Connect and monitor your Upstash Kafka cluster using kafka-ui."
---

[kafka-ui](https://github.com/provectus/kafka-ui) is a GUI for monitoring Apache
[kafka-ui](https://github.com/kafbat/kafka-ui) is a GUI for monitoring Apache
Kafka. From their description:

> Kafka UI for Apache Kafka is a simple tool that makes your data flows
Expand All @@ -13,9 +13,9 @@ Kafka. From their description:
> Consumption.

You can connect and monitor your Upstash Kafka cluster using
[kafka-ui](https://github.com/provectus/kafka-ui).
[kafka-ui](https://github.com/kafbat/kafka-ui).

To be able to use [kafka-ui](https://github.com/provectus/kafka-ui), first you
To be able to use [kafka-ui](https://github.com/kafbat/kafka-ui), first you
should create a yaml configuration file:

```yaml
Expand Down Expand Up @@ -43,9 +43,9 @@ kafka:
- `UPSTASH_KAFKA_REST_PASSWORD`
</Note>

You can start [kafka-ui](https://github.com/provectus/kafka-ui) application
You can start [kafka-ui](https://github.com/kafbat/kafka-ui) application
directly using `jar` file. First download the latest release from
[releases page](https://github.com/provectus/kafka-ui/releases). Then launch the
[releases page](https://github.com/kafbat/kafka-ui/releases). Then launch the
application using following command in the same directory with `application.yml`
file:

Expand All @@ -56,11 +56,11 @@ java -jar kafka-ui-api-X.Y.Z.jar
Alternatively you can start using Docker:

```shell
docker run -p 8080:8080 -v ~/kafka-ui/application.yml:/application.yml provectuslabs/kafka-ui:latest
docker run -p 8080:8080 -v ~/kafka-ui/application.yml:/application.yml ghcr.io/kafbat/kafka-ui:latest
```

After launching the [kafka-ui](https://github.com/provectus/kafka-ui) app, just
After launching the [kafka-ui](https://github.com/kafbat/kafka-ui) app, just
go to [http://localhost:8080](http://localhost:8080) to access UI.

For more information see
[kafka-ui documentation](https://github.com/provectus/kafka-ui/blob/master/README.md).
[kafka-ui documentation](https://github.com/kafbat/kafka-ui/blob/master/README.md).