rust-rdkafka v0.10.0 Release Notes

Release Date: 2017-05-15 // almost 7 years ago
  • ๐Ÿ”‹ Features

    • Consumer commit callback
    • โž• Add configurable poll timeout
    • โž• Add special error code for message not received within poll time
    • โž• Add topic field for messages
    • ๐Ÿ‘‰ Make the topic partition list optional for consumer commit
    • โž• Add store_offset to consumer
    • โž• Add at-least-once delivery example