Zwing Docs

Accessing Kafka UI

Kafka Platform Documentation

Introduction

Since, Kafka is deployed inside private virtual networks, it cannot be accessed directly from local. However, we have kafka-ui which you can use to access topics, and connectors.

To access kafka-ui, you can refer to the below table for different environments.

EnvironmentKafka UI URLUsername / Password
Staginghttps://kafka-ui.stage.zwing.in/admin/stagekafka@admin@123
UAThttps://kafka-ui.uat.zwing.in/admin/uatkafka@admin@123
Productionhttps://kafka-ui.prod.zwing.in/admin/prodkafka@admin@123

We have Cloudflare Zero Trust enabled for most of our internal domains. Follow the below steps to access the kafka-ui:

  1. Head over to the URL
  2. You will be prompted with a Cloudflare Zero Trust page, where you will need to enter your gsl email id, to get an OTP.
  3. If you have the access, you will see the login page of kafka-ui, fill in the login details from the table above.

info

If you are not able to access the above URLs, please reach out to #ask-platform channel on slack with your access request. Access to a certain environments will be subject to profile and justification.

Edit on GitHub

On this page