rust-rdkafka v0.17.0 Release Notes

Release Date: 2018-06-30 // over 5 years ago
    • ➕ Add missing documentation warning.
    • ➕ Add new experimental producer API. Instead of taking key, value and timestamp directly, producers now get them in a ProducerRecord which allows to specify optional arguments using the builder pattern.
    • ➕ Add message headers support.
    • ⬆️ Upgrade tokio-core to tokio in async example, remove futures-cpupool.
    • 🔀 MessageStream is now Send and Sync