![]() |
2 年 前 | |
---|---|---|
.. | ||
.husky | 3 年 前 | |
.jest | 2 年 前 | |
public | 2 年 前 | |
src | 2 年 前 | |
.babelrc | 3 年 前 | |
.editorconfig | 5 年 前 | |
.env | 4 年 前 | |
.eslintignore | 4 年 前 | |
.eslintrc.json | 3 年 前 | |
.gitignore | 3 年 前 | |
.nvmrc | 3 年 前 | |
.prettierrc | 2 年 前 | |
README.md | 2 年 前 | |
index.html | 2 年 前 | |
jest.config.ts | 2 年 前 | |
openapitools.json | 3 年 前 | |
package.json | 2 年 前 | |
pnpm-lock.yaml | 2 年 前 | |
sonar-project.properties | 2 年 前 | |
tsconfig.dev.json | 4 年 前 | |
tsconfig.json | 3 年 前 | |
vite.config.ts | 2 年 前 |
UI for Apache Kafka management
.nvmrc
)Go to react app folder
cd ./kafka-ui-react-app
Install pnpm
npm install -g pnpm
Install dependencies
pnpm install
Generate API clients from OpenAPI document
pnpm gen:sources
Create or update existing .env.local
file with
VITE_DEV_PROXY= https://api.server # your API server
Run the application
pnpm start
Have to be run from root directory.
Start UI for Apache Kafka with your Kafka clusters:
docker-compose -f ./documentation/compose/kafka-ui.yaml up
Make sure that none of the .env*
files contain DEV_PROXY
variable
Run the application
pnpm start