Releases: lensesio/kafka-topics-ui
Releases · lensesio/kafka-topics-ui
v0.9.4
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)
kafka-topics-ui-0.9.2
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
- 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
New, enhance table view.
Better handling binary key types.
Bug fixes.
Style changes.
kafka-topics-ui v0.8.2
Bug fixes
kafka-topics-ui v0.8.1
Bug fixes and style changes
kafka-topics-ui v0.8.0
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
bug fixes
kafka-topics-ui v0.7.2
- bug fixes
- url state
- style changes