sarama v1.28.0 Release Notes

Release Date: 2021-02-15 // about 3 years ago
  • 🚀 Note that with this release we change RoundRobinBalancer strategy to match Java client behavior. See #1788 for details.

    • ⚡️ #1870 - @kvch - Update Kerberos library to latest major
    • ⚡️ #1876 - @bai - Update docs, reference pkg.go.dev
    • #1846 - @wclaeys - Do not ignore Consumer.Offsets.AutoCommit.Enable config on Close
    • 🔀 #1747 - @XSAM - fix: mock sync producer does not handle the offset while sending messages
    • ⚡️ #1863 - @bai - Add support for Kafka 2.7.0 + update lz4 and klauspost/compress dependencies
    • #1788 - @kzinglzy - feat[balance_strategy]: announcing a new round robin balance strategy
    • 👷 #1862 - @bai - Fix CI setenv permissions issues
    • ⚡️ #1832 - @ilyakaznacheev - Update Godoc link to pkg.go.dev
    • #1822 - @danp - KIP-392: Allow consumers to fetch from closest replica