All Versions
77
Latest Version
Avg Release Cycle
-
Latest Release
2611 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.0.7-alpha001 Changes
- ๐ Fix overflow bug in Partitioner.roundRobin
- Error flow monitoring
-
v0.0.6 Changes
- ๐ Fix bug in Async.choose
- Consumer.commitOffsetsToTime
- Consumer doesn't fetch offsets until its starts consuming
-
v0.0.5 Changes
- Auto recover producer from error code 2
-
v0.0.4 Changes
- Consumer fetch request batching by broker
- ๐ Fix protocol codec issue for batched fetch responses
- Periodic offset commit
-
v0.0.3 Changes
- ๐ Fix a few reconnection/fault tolerance bugs
- Adjust consumer api to allow offset strategies to be parameterized
-
v0.0.2 Changes
- A more complete consumer API is now available
- We now use FSharp.Control.AsyncSeq instead of an internal version
- Adjustments have been made to connection recovery and general fault tolerance (still early)
- ๐ Improvements to message grouping should improve producer throughput
-
v0.0.1 Changes
- ๐ initial