Skip to content

v1.5.0

Compare
Choose a tag to compare
@andrewinci andrewinci released this 02 Oct 11:38
· 649 commits to main since this release

1.5.0 (2022-10-02)

Bug Fixes

  • BE: Delete the handle after stopping the consumer (b236c16)
  • FE: navigation (82eaaa3)

Features

  • BE: add get records count api (12c889c)
  • BE: add get_consumer_state function and disable tauri notifications (4c7eb7c)
  • BE: add partitions to topic info (2ac5ee8)
  • BE: Add POC API to handle multiple consumers (b148f33)
  • BE: disable offset autocommit by default (36f12aa)
  • BE: return partition info in list_topic api (be853ea)
  • BE: Stop consumer and notify client on error in the loop (8e30455)
  • BE: Use lossy parsing for utf8 strings (6ed9325)
  • Consume from all partitions (6a091bf)
  • FE: Consumer view (81cacee)
  • FE: Show records as cards (3aeb70d)
  • FE: Use mantine style in the records table (9a91af2)
  • Show record offset, partition and timestamp (ca23f8a)