SaaSHub helps you find the best software and product alternatives Learn more →
Rust-rdkafka Alternatives
Similar projects and alternatives to rust-rdkafka
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
-
-
-
-
-
-
-
RG3D
Discontinued 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]
-
-
-
sarama
Discontinued Sarama is a Go library for Apache Kafka. [Moved to: https://github.com/IBM/sarama] (by Shopify)
-
-
-
-
Kafka Rust Client
Discontinued Rust client for Apache Kafka [Moved to: https://github.com/kafka-rust/kafka-rust] (by spicavigo)
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better rust-rdkafka alternative or higher similarity.
rust-rdkafka discussion
rust-rdkafka reviews and mentions
Posts with mentions or reviews of rust-rdkafka.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-31.
-
Rust vs Node — Kafka producer performance with AWS Lambda
The Rust Kafka client library I used internally can be explored from this repository. The Lambda code and CDK IaC can be found here.
-
Rust Cpp Interop via Cxx, Autocxx / any best practices out there
I use this library a lot and it's got some nice touches for how to handle wrapping a C library: https://github.com/fede1024/rust-rdkafka
-
Trace Through a Kafka Cluster with Rust and OpenTelemetry
For this example, we're using rdkafka to build producers and consumers, because it allows us to specify custom headers for each record.
-
A Rust client library for interacting with Microsoft Airsim https://github.com/Sollimann/airsim-client
kafka
-
is there any other alternative for hadoop ecosystem that runs on rust?
You might find https://crates.io/crates/rdkafka helpful
-
Hey Rustaceans! Got an easy question? Ask here (46/2021)!
I am playing with tokio and rust-rdkafka library, following the examples like this one: https://github.com/fede1024/rust-rdkafka/blob/6fb2c37/examples/asynchronous_processing.rs
-
confluent Schema Registry and Rust
The source for the current version of the library can be found on Github. I had to increase the major version because I needed to break the API in order to support all formats supported by the current Schema Registry version. I also added the possibility to set an API key, so it can be used with Confluent Cloud, the cloud offering from Confluent. As part of the latest major refactoring it's also supporting async. This might improve performance of your app, and is also the default for the major Kafka client, more information about why you would want to use async can be found in the async book. The schemas retrieved from the Schema Registry are cached. This way the schema is only retrieved once for each id, and reused for other messages with the same id.
-
Is there an alternative to Kafka that has better support in Rust?
What's wrong with rust-rdkafka?
-
Getting started with Kafka and Rust: Part 2
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).
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jul 2026
Stats
Basic rust-rdkafka repo stats
9
1,984
5.8
about 1 month ago
fede1024/rust-rdkafka is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of rust-rdkafka is Rust.