Skip to content

Releases: lensesio/kafka-topics-ui

v0.9.4

23 Aug 17:11
v0.9.4
5877517
Compare
Choose a tag to compare

This release includes bugfixes, including a fix for Kafka REST 5.0 and improvements for the docker image, which now can use a custom port and options for Caddy.

kafka-topics-ui-0.9.3

23 Oct 16:04
Compare
Choose a tag to compare

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)

kafka-topics-ui-0.9.2

12 May 15:08
Compare
Choose a tag to compare

Various fixes

  • Style fixes, topic list added in healthcheck page view
  • Pagination fixes, bug fix in data topic view. Pagination resets to first page if topic data are anyhow changed
  • Offset input allows only numeric characters
  • connect statuses added in known topics as binary topic
  • Table view bug fix that caused _schemas not rendering correctly

kafka-topics-ui-0.9.1

08 May 20:34
Compare
Choose a tag to compare
  • Uses the v2 Kafka Rest APIs by default
  • This release requires a modern Kafka Rest proxy (i.e. >= CP3.2.x)
  • Can seek to beginning/end or to particular partition offset
  • View data per partition and partition / leader view

kafka-topics-ui v0.8.3

30 Mar 22:27
Compare
Choose a tag to compare

New, enhance table view.
Better handling binary key types.
Bug fixes.
Style changes.

kafka-topics-ui v0.8.2

22 Feb 16:28
Compare
Choose a tag to compare

kafka-topics-ui v0.8.1

05 Jan 20:15
Compare
Choose a tag to compare

Bug fixes and style changes

kafka-topics-ui v0.8.0

18 Dec 21:18
Compare
Choose a tag to compare

New features

  • Support multiple clusters / simplify env.js
  • Count configs changed in left hand side list of topics
  • Move _schemas, connect-status to system topics (#29)

Bug fixes / Improvements / cleanups:

  • Displaying table view correctly when values are numbers or strings
  • remove any schema registry dependency from older implementations
  • change hardcoded message for empty topics
  • code duplications and rootScope dependencies clean up
  • remove env.js from combined.js
  • 4da2980, failure to decode data

kafka-topics-ui v0.7.3

13 Oct 01:49
Compare
Choose a tag to compare

kafka-topics-ui v0.7.2

11 Oct 12:30
Compare
Choose a tag to compare
  • bug fixes
  • url state
  • style changes