Releases: jet/kafunk
0.0.39-alpha001
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
0.0.37-alpha001
Fix producer bug where during recovery, messages in flight would be lost and never timeout.
0.0.36-alpha001
Improve produce and fetch codec performance.
Fix possible deadlock with Async.AwaitTask usage.
0.0.32-alpha001
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
Allow disabling of Console logger
Ensure periodic offset committer commits offsets on start
0.0.29-alpha001
Improve producer performance
Improve producer error messaging
0.0.28-alpha001
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
Default producer to RequiredAcks.AllInSync
Fix range consumer partition assignment strategy
0.0.22-alpha001
Producer in-memory buffer in bytes
ConsumerInfo module for consumer progress tracking