| kafka: | |
| brokers: ["localhost:9092"] | |
| schemaRegistry: | |
| enabled: true | |
| urls: ["http://localhost:8081"] | |
| redpanda: | |
| adminApi: | |
| enabled: true | |
| urls: ["http://localhost:9644"] | |
| server: | |
| listenPort: 8080 | |
| basePath: "/ui" | |
| setBasePathFromXForwardedPrefix: false | |
| stripPrefix: true |