Releases: tzachshabtay/krowser
Releases · tzachshabtay/krowser
Version 0.7
New Features
- Loading messages is now ~X4 faster
- Regex and case-sensitive search toggles
- Added schema id column to subject versions view
Bug Fixes
- Cancel running queries when switching pages
- Correctly handle empty text fields
- More robust handling for client side fetch errors
- Fix timeout when dealing with transactional topics where latest offsets are missing
- Fix missing partition column when searching all partitions
- Fix error when searching newest offsets when the limit is bigger than the higher offset in the partition
Chores
Version 0.6
New features
- Add progress bar to messages view
- Add grid pagination
- Add auto-refresh and cancel to messages view
- Add the ability to search newest/oldest messages in messages view
- Add the ability to search all partitions for a given topic in messages view
- Add views for kafka-connect (connectors and tasks)
Bug fixes
Chores
Version 0.5
New features
Version 0.4
Version 0.3
Version 0.2
New features
- Added more metadata about the queries to the url to allow sharing urls
- Made the offset (and limit) textbox wider to show offsets with more than 3 digits
- Made the text in the grid cells selectable, so it can be copied to clipboard
- Pressing the "enter" key on the offset and limit textbox will now initiate the query
Initial release
Features
- View kafka's topics, partitions, messages, consumer groups and brokers.
- View schema registry's subjects and schemas.
- The grid view destructures the messages/schemas (even nested json) into separate columns, and each of the columns can be (client-side) filtered and sorted.
- Support for avro auto-detecting and decoding (via the schema registry). Different subject messages in a topic are supported as well (and as you filter for a specific event type it auto-hides all of the irrelevant columns belonging to the other messages).
- The raw view shows the data in json format, and allows easy copying to clipboard
- Server-side search for messages and the ability to search multiple topics at once
- Light and dark themes