kafka-topics-ui-0.9.3
This version includes fixes and incremental features. Most important:
Kafka Topics UI
- Fix a bug where if the messages had nullable fields, Topics UI would show some rows with wrong column assignment.
- Default POLL_TIMEOUT increased to 5 seconds. It is a bit long but makes sure that even large topics will have enough time to be consumed.
- Fix an issue where the system topic
connect-configs
was erroneously renamed tomonitor-msg
in the UI.
Docker image
- Add environment variable support for:
- MAX_BYTES
- RECORD_POLL_TIMEOUT
- DEBUG_LOGS_ENABLED
- Print server access logs to stdout, so you can view and store them. Stderr is used for startup messages.
- Fix issue where occasionally on some deployments systems (e.g rancher, k8s) the container would fail to start with an
error on line 21
(when adjusting the Caddyfile)