Skip to content

Version 1.2.0 (2015-04-07)

Compare
Choose a tag to compare
@eapache eapache released this 07 Apr 15:28
· 2304 commits to main since this release

Improvements:

  • The producer's behaviour when Flush.Frequency is set is now more intuitive
    (#389).
  • The producer is now somewhat more memory-efficient during and after retrying
    messages due to an improved queue implementation
    (#396).
  • The consumer produces much more useful logging output when leadership
    changes (#385).
  • The client's GetOffset method will now automatically refresh metadata and
    retry once in the event of stale information or similar
    (#394).
  • Broker connections now have support for using TCP keepalives
    (#407).

Bug Fixes:

  • The OffsetCommitRequest message now correctly implements all three possible
    API versions (#390,
    #400).