gnuhpc / Kafka-zk-restapi-UI

The UI for Kafka-zk-restapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka-zk-restapi-UI

Kafka-zk-restapi-UI : A web application for Kafka-zk-rest-api Kafka-zk-restapi

How to Run the application

Download Kafka-zk-restapi-UI project code and Kafka-zk-restapi project code.

git clone https://github.com/gnuhpc/Kafka-zk-restapi.git

git clone https://github.com/gnuhpc/Kafka-zk-restapi-UI.git

Start up Kafka-zk-restapi

For a detailed explanation on how to start Kafka-zk-restapi, check out the Kafka-zk-restapi

Start up Kafka-zk-restapi-UI

cd Kafka-zk-restapi-UI

Install dependencies

npm install

Modify configs in config/index.js

  1. Modify target to the real Kafka-zk-restapi application address: proxyTable: { '/kafkaRes/paas-kafka': { target:'http://localhost:8121', changeOrigin: true, pathRewrite: { '^/kafkaRes/paas-kafka': '' } } },
  2. Modify host and port of this application: host: 'localhost', // can be overwritten by process.env.HOST port: 8088

Run the application

npm run dev

Access web project

http://localhost:8088

ScreenShots

KafkaDashboard TopicManage TopicPartitionView ConsumersGetByTopic ManualReassignPartitions MessageView SchemaView ConsumerGroup TopicsGetByGroup ConsumersGetByGroupAndTopic

About

The UI for Kafka-zk-restapi


Languages

Language:Vue 47.3%Language:HTML 19.8%Language:CSS 17.3%Language:JavaScript 15.6%