sarama v1.25.0 Release Notes

Release Date: 2020-01-13 // over 4 years ago
  • Known Issues:
    2020-01-22.

    • 📇 ConsumerGroup flooding logs with client/metadata update req (1544) introduced in 1.24.1
    • Unexpected user-specified time limit error (1562) introduced in 1.24.1

    If this is affecting you, please use v1.24.0

    🚀 Issue is already fixed by #1578, we're going to release a new version during the next days.

    🆕 New Features:

    • 👌 Support TLS protocol in kafka-producer-performance (1538).
    • ➕ Add support for kafka 2.4.0 (1552).

    👌 Improvements:

    • 👍 Allow the Consumer to disable auto-commit offsets (1164).
    • Produce records with consistent timestamps (1455).

    🐛 Bug Fixes:

    • 🛠 Fix incorrect SetTopicMetadata name mentions (1534).
    • 🛠 Fix client.tryRefreshMetadata Println (1535).
    • 🛠 Fix panic on calling updateMetadata on closed client (1531).
    • 🛠 Fix possible faulty metrics in TestFuncProducing (1545).