Skip to content

kafka-topics-ui-0.9.3

Compare
Choose a tag to compare
@jglambed jglambed released this 23 Oct 16:04
· 30 commits to master since this release

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 to monitor-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)