rust-rdkafka v0.26.0 Release Notes

Release Date: 2021-03-16 // about 3 years ago
    • 🛠 Fix compilation for the aarch64 target.

    • ➕ Add an inner method to StreamConsumerContext to enable access to the underlying context.

    Thanks, @marcelo140.

    • Mark the KafkaError enum as [non-exhaustive] so that future additions to the enum will not be considered breaking changes.