Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.55 KB

File metadata and controls

70 lines (42 loc) · 1.55 KB

0.0.15-alpha001 - 09.01.2017

  • Pass consumer state to consume callback (BREAKING)

0.0.14-alpha001 - 09.01.2017

  • Consumer group assignment strategies configurable

0.0.13-alpha001 - 06.01.2017

  • Refine Fetch consumer offsets API

0.0.12-alpha001 - 06.01.2017

  • Current consumer state API
  • Fetch consumer offsets API

0.0.11-alpha001 - 05.01.2017

  • Hide internal members
  • Documentation

0.0.10-alpha001 - 04.01.2017

  • Log leader-size member assignments
  • Fix consumer NotCoordinatorForGroup error recovery

0.0.9-alpha001 - 03.01.2017

  • Refine TCP error recovery

0.0.8-alpha001 - 03.01.2017

  • v0.10.1 support

0.0.7-alpha001 - 02.01.2017

  • Fix overflow bug in Partitioner.roundRobin
  • Error flow monitoring

0.0.6 - 30.12.2016

  • Fix bug in Async.choose
  • Consumer.commitOffsetsToTime
  • Consumer doesn't fetch offsets until its starts consuming

0.0.5 - 30.12.2016

  • Auto recover producer from error code 2

0.0.4 - 29.12.2016

  • Consumer fetch request batching by broker
  • Fix protocol codec issue for batched fetch responses
  • Periodic offset commit

0.0.3 - 28.12.2016

  • Fix a few reconnection/fault tolerance bugs
  • Adjust consumer api to allow offset strategies to be parameterized

0.0.2 - 29.11.2016

  • 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

0.0.1 - 20.07.2016

  • initial