Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Releases: jet/kafunk

0.0.39-alpha001

11 Apr 16:44
Compare
Choose a tag to compare
0.0.39-alpha001 Pre-release
Pre-release

Unroll loop in producer to make more efficient
Request buffer pool
Added ZK offset migration script in tests project
Support v10.0.1 for Offset API
BREAKING:
- MessageSet tuples replaced with structs
- ProduceRequest tuples replaced with structs
- ProduceResponse tuples replaced with structs
- OffsetCommitRequest added support for v1 (in addition to v0 and v2)

0.0.38-alpha001

29 Mar 21:28
Compare
Choose a tag to compare
0.0.38-alpha001 Pre-release
Pre-release

Fix use of IVar where concurrent puts are possible
Fix #124
Fix #126

0.0.37-alpha001

27 Mar 13:43
Compare
Choose a tag to compare
0.0.37-alpha001 Pre-release
Pre-release

Fix producer bug where during recovery, messages in flight would be lost and never timeout.

0.0.36-alpha001

23 Mar 13:59
Compare
Choose a tag to compare
0.0.36-alpha001 Pre-release
Pre-release

Improve produce and fetch codec performance.
Fix possible deadlock with Async.AwaitTask usage.

0.0.32-alpha001

28 Feb 13:54
Compare
Choose a tag to compare
0.0.32-alpha001 Pre-release
Pre-release

Fix bug in ConsumerInfo module where offset information for all partitions wouldn't be retrieved and would throw during the merge.
Fix Async.parallel used internall for testing.

0.0.31-alpha001

24 Feb 20:09
Compare
Choose a tag to compare
0.0.31-alpha001 Pre-release
Pre-release

Allow disabling of Console logger
Ensure periodic offset committer commits offsets on start

0.0.29-alpha001

23 Feb 16:51
Compare
Choose a tag to compare
0.0.29-alpha001 Pre-release
Pre-release

Improve producer performance
Improve producer error messaging

0.0.28-alpha001

22 Feb 15:27
Compare
Choose a tag to compare
0.0.28-alpha001 Pre-release
Pre-release

Commit offsets even when unchanged to prevent loss due to retention.
BREAKING:
- Removed ConsumerConfig.initialFetchTime, consolidated into ConsumerConfig.autoOffsetReset
- Replaced offsetOutOfRangeAction with autoOffsetReset and new union type AutoOffsetReset

0.0.25-alpha001

10 Feb 15:17
Compare
Choose a tag to compare
0.0.25-alpha001 Pre-release
Pre-release

Default producer to RequiredAcks.AllInSync
Fix range consumer partition assignment strategy

0.0.22-alpha001

08 Feb 15:56
Compare
Choose a tag to compare
0.0.22-alpha001 Pre-release
Pre-release

Producer in-memory buffer in bytes
ConsumerInfo module for consumer progress tracking