Learn how to use the Kafka Consumer API so you can more easily work with Kafka in your Rust projects.

This is a two-part series to help you get started with Rust and Kafka. We will be using the rust-rdkafka crate which itself is based on librdkafka (C library).

In this post, we will cover the Kafka Consumer API.

The first part is available here.

#programming #kafka #rust

Getting Started With Kafka and Rust (Part 2)
2.15 GEEK