Kafka Rust Client v0.7.0 Release Notes

Release Date: 2017-10-17 // over 6 years ago
  • 🛠 Fixed

    • 💥 [BREAKING] Fixed #101. The Consumer was erroneously committing the offset of the last consumed message instead of the next offset that it should read, which is what the Kafka protocol specifies it should be. This means that:

      • When you upgrade, your consumers will read the last message it consumed again.
      • The consumers will now be committing one offset past where they were before. If you've come to rely on this behavior in any way, you should correct it.