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

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerfx committed Mar 1, 2018
1 parent 6c16aed commit 33dece5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
###

* Fixed bug wherein consumer would enter a loop between `offsets_out_of_range` and `resuming_fetch_from_reset_offsets`* Improved logging: received_empty_buffer logged as INFO message as it doesn't indicate an error
* Improved connection management: ensure only a single TCP connection per broker per Kafka connection
* Reduce recovery time from broker restarts and rebalancing
* Fix a deadlock bug
* BUG: consumer would enter an infinite loop between `offsets_out_of_range` and `resuming_fetch_from_reset_offsets`
* BUG: stalled consumers after TCP connection timeout
* BUG: offsets committed for partitions which are no longer assigned after a rebalance
* Improve: logging where received_empty_buffer logged as INFO message as it doesn't indicate an error
* Improve: connection managemeng to ensure only a single TCP connection per broker per Kafka connection
* Improve: Reduce recovery time from broker restarts and rebalancing

### 0.1.14-alpha02 - 28.2.2018
* Adjusting FSharp.Core reference
Expand Down

0 comments on commit 33dece5

Please sign in to comment.