librdkafka

The Apache Kafka C/C++ library (by confluentinc)

Librdkafka Alternatives

Similar projects and alternatives to librdkafka

  1. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. firecracker

    Secure and fast microVMs for serverless computing.

  4. redpanda

    Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

  5. hubris

    A lightweight, memory-protected, message-passing kernel for deeply embedded systems.

  6. kcat

    Generic command line non-JVM Apache Kafka producer and consumer

  7. bytehound

    A memory profiler for Linux.

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. rust-rdkafka

    A fully asynchronous, futures-based Kafka client library for Rust based on librdkafka

  10. kafka-go

    Kafka library in Go

  11. Confluent Kafka Golang Client

    Confluent's Apache Kafka Golang client

  12. rust-kafka-101

    Getting started with Rust and Kafka

  13. gofakeit

    Random fake data generator written in go

  14. confluent-kafka-python

    Confluent's Kafka Python Client

  15. Karafka

    Ruby and Rails efficient multithreaded Kafka processing framework

  16. kafka-python

    Python client for Apache Kafka

  17. sarama

    Discontinued Sarama is a Go library for Apache Kafka. [Moved to: https://github.com/IBM/sarama] (by Shopify)

  18. schema-registry

    Confluent Schema Registry for Kafka

  19. humility

    Debugger for Hubris

  20. rskafka

    A minimal Rust client for Apache Kafka

  21. node-rdkafka

    5 librdkafka VS node-rdkafka

    Node.js bindings for librdkafka

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better librdkafka alternative or higher similarity.

librdkafka discussion

Log in or Post with

librdkafka reviews and mentions

Posts with mentions or reviews of librdkafka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-10.
  • Librdkafka: High-performance Apache Kafka C/C++ Client Library
    1 project | news.ycombinator.com | 5 Sep 2024
  • Confluent Deletes/Hides Librdkafka
    6 projects | news.ycombinator.com | 10 Jul 2024
    the main repo is back: https://github.com/confluentinc/librdkafka

    No word from confluent at all on this yet.

  • Do you use Rust in your professional career?
    6 projects | /r/rust | 9 May 2023
    recent PR: https://github.com/confluentinc/librdkafka/pull/4275
  • JR, quality Random Data from the Command line, part I
    8 projects | dev.to | 7 May 2023
    # Kafka configuration # https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md bootstrap.servers= security.protocol=SASL_SSL sasl.mechanisms=PLAIN sasl.username= sasl.password= compression.type=gzip compression.level=9 statistics.interval.ms=1000
  • A Critical Detail about Kafka Partitioners
    1 project | dev.to | 17 Apr 2023
    But what about Kafka producer clients in other languages? The excellent librdkafka project is a C/C++ implementation of Kafka clients and is widely used for non-JVM Kafka applications. Additionally, Kafka clients in other languages (Python, C#) build on top of it. The default partitioner for librdkafka uses the CRC32 hash function to get the correct partition for a key.
  • Horizontally scaling Kafka consumers with rendezvous hashing
    3 projects | dev.to | 24 Jan 2023
    We could have made some changes at the librdkafka level (see this), but we didn’t really want to pursue this (at least not yet).
  • Events with same key going to different partitions
    1 project | /r/apachekafka | 23 Jan 2023
    You want records with the same key to always land on the same partition, so you need all the clients to use the same hashing algorithm. The easiest way to do that is to make sure the librdkafka client uses the java compatible murmur2_random hash algorithm. See “Partitioner” section here: https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md
  • Getting sum type values from a map
    2 projects | /r/vlang | 14 Nov 2022
    As my first "real world" (ish) project in Vlang, I'm trying to copy https://github.com/confluentinc/confluent-kafka-go, which is a Go wrapper for Kafka C client library, https://github.com/edenhill/librdkafka
  • Installing node-rdkafka on M1 for use with SASL
    3 projects | dev.to | 14 Oct 2022
    If you're using Kafka in a Node.js app, it's likely that you'll need node-rdkafka. This is a library that wraps the librdkafka library and makes it available in Node.js. According to the project's README, "All the complexity of balancing writes across partitions and managing (possibly ever-changing) brokers should be encapsulated in the library."
  • Introduction to Key Apache KafkaⓇ Concepts
    1 project | dev.to | 11 Oct 2022
    # Parse the configuration. # See https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md config_parser = ConfigParser() config_parser.read_file(args.config_file) config = dict(config_parser['default']) # Create Producer instance producer = Producer(config)
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic librdkafka repo stats
21
660
9.2
7 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?