Kafka Rust Client v0.6.0 Release Notes

Release Date: 2017-04-28 // almost 7 years ago
    • ⚡️ Update to latest rust-openssl (#122; many thanks to @flier)
    • Replace native snappy dependency with rust-snappy (#116; again many thanks to @flier)
    • 🐎 Performance improvements by avoiding needless cloning during fetching offsets and API improvements around fetching group offsets (#128; many many thanks to @dead10ck)
    • Replace SipHasher with XxHash (#145)
    • ➕ Added Consumer#subscriptions to inspect the consumed topic-partitions (#137)
    • ✅ Started maintaining integration tests (#143; kudos to @dead10ck)
    • 👍 Allow borrowing KafkaClient from Consumer/Producer (#136; contributed by @thijsc)
    • 0️⃣ Don't send client-id by default; but allow specifying one (#140; contributed by @Morsicus)