sarama v1.26.2 Release Notes

Release Date: 2020-05-06 // almost 4 years ago
  • ๐Ÿ‘Œ Improvements

    ๐Ÿ›  Fixes

    • #1594 - @sladkoff - Sets ConfigEntry.Default flag in addition to the ConfigEntry.Source for Kafka versions > V1_1_0_0
    • ๐Ÿšš #1601 - @alrs - fix: remove use of testing.T.FailNow() inside goroutine
    • #1602 - @d1egoaz - adds a note about consumer groups Consume method
    • #1607 - @darklore - Fix memory leak when Broker.Open and Broker.Close called repeatedly
    • โšก๏ธ #1613 - @wblakecaldwell - Updated "retrying" log message when BackoffFunc implemented
    • ๐Ÿšš #1614 - @alrs - produce_response.go: Remove Unused Functions
    • ๐ŸŽ #1619 - @alrs - tools/kafka-producer-performance: prune unused flag variables
    • #1639 - @agriffaut - Handle errors with no message but error code
    • #1643 - @kzinglzy - fix config.net.keepalive
    • #1644 - @KJTsanaktsidis - Fix brokers continually allocating new Session IDs
    • ๐Ÿ“‡ #1645 - @Stephan14 - Remove broker(s) which no longer exist in metadata
    • #1650 - @lavoiesl - Return the response error in heartbeatLoop
    • #1661 - @KJTsanaktsidis - Fix "broker received out of order sequence" when brokers die
    • ๐Ÿ›  #1666 - @KevinJCross - Bugfix: Allow TLS connections to work over socks proxy.