rust-rdkafka v0.14.0 Release Notes

Release Date: 2017-11-26 // over 6 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ Make PollingProducer methods public
    • ๐Ÿ“‡ Rename PollingProducer to ThreadedProducer

    ๐Ÿ”จ Refactoring

    • โœ‚ Remove TopicConfig since librdkafka supports default topic configuration directly in the top level configuration
    • ๐Ÿ“‡ Rename DeliveryContext into DeliveryOpaque
    • โž• Add IntoOpaque trait to support different opaque types.

    ๐Ÿ› Bugs

    • ๐Ÿ›  Fix regression in producer error reporting (#65)