Kafka-zk-restapi-UI : A web application for Kafka-zk-rest-api Kafka-zk-restapi
git clone https://github.com/gnuhpc/Kafka-zk-restapi.git
git clone https://github.com/gnuhpc/Kafka-zk-restapi-UI.git
For a detailed explanation on how to start Kafka-zk-restapi, check out the Kafka-zk-restapi
cd Kafka-zk-restapi-UI
npm install
- Modify target to the real Kafka-zk-restapi application address: proxyTable: { '/kafkaRes/paas-kafka': { target:'http://localhost:8121', changeOrigin: true, pathRewrite: { '^/kafkaRes/paas-kafka': '' } } },
- Modify host and port of this application: host: 'localhost', // can be overwritten by process.env.HOST port: 8088
npm run dev