Skip to content

Releases: gmbyapa/kstream

Bug fixes

14 Aug 05:12
b851ee7
Compare
Choose a tag to compare

Bug fixes

  • Task panics when there are frequent rebalances fixed

Bug fixes

09 Aug 03:55
881609a
Compare
Choose a tag to compare

Bug fixes

  • Transactional producer does not begin the transaction after a failure fixed
  • Backends DeleteAll method added
  • Admin CreateTopics incorrect timeout usage fixed

Enhancements

  • Global table rebuild indexes moved to stream runner(which will significantly improve index rebuild time)

V2 Path Bug Fixes

23 Jun 15:04
ff97115
Compare
Choose a tag to compare
Merge pull request #3 from gmbyapa/v2-path-fix

v2 module path updates

V2 Module Path

23 Jun 15:01
Compare
Choose a tag to compare
V2 Module Path Pre-release
Pre-release
v2.0.1

go mod updated for v2

Initial Release

04 Jun 16:32
2eb2856
Compare
Choose a tag to compare

V2 Stable Release

New Features

Pre release

09 Jan 03:43
Compare
Choose a tag to compare
Pre release Pre-release
Pre-release

This is a pre release

Enhancements

02 Jan 03:06
Compare
Choose a tag to compare

Features

Bug Fixes

04 Oct 22:29
Compare
Choose a tag to compare

Bug fixes

  • StateStore Set() null value should be tombstoned in cache
  • StateStore Get() should check the record in cache before reading

Enhancements

  • More test coverage added for State Stores
  • StateStore benchmak added

Bug Fixes and Enhancements

04 Oct 06:30
Compare
Choose a tag to compare

Fixed

  • Mock backend changed to badger
  • Memory backend benchmark setup and cleanup added

Features

  • BadgerDB support added
  • Kstream now uses badger(in-memory) as default backend builder
  • StateStores PrefixedIterator support added
  • stores.ReadOnlyStore PrefixedIterator support added
  • QueryableStoreWrapper PrefixedIterator support added

Breaking Changes ⚠️

  • stores.Irerator() SeekToLast and Prev methods removed
  • Backend->RangeIterator renamed to PrefixedIterator

Bug Fixes

04 Oct 06:17
Compare
Choose a tag to compare
v2.0.0-beta-3

producer metadata timeout fixed