![]() |
il y a 2 ans | |
---|---|---|
.. | ||
.husky | il y a 3 ans | |
.jest | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 2 ans | |
.babelrc | il y a 3 ans | |
.editorconfig | il y a 5 ans | |
.env | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.json | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.nvmrc | il y a 3 ans | |
.prettierrc | il y a 2 ans | |
README.md | il y a 2 ans | |
index.html | il y a 2 ans | |
jest.config.ts | il y a 2 ans | |
openapitools.json | il y a 3 ans | |
package.json | il y a 2 ans | |
pnpm-lock.yaml | il y a 2 ans | |
sonar-project.properties | il y a 2 ans | |
tsconfig.dev.json | il y a 4 ans | |
tsconfig.json | il y a 3 ans | |
vite.config.ts | il y a 2 ans |
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