Kafka client for Dart

This page summarizes the projects mentioned and recommended in the original post on /r/dartlang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. pub-dev

    The pub.dev website

    On pub.dev I only found an empty package when searching for "kafka". Anybody of you know about an existing or work-in-progress client?

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. examples

    Apache Kafka, Apache Flink and Confluent Platform examples and demos (by confluentinc)

    Digging into this a bit, I guess the fastest way would be to use librdkafka via Dart FFI. It's what Confluent uses in their Node.js example. That way you only have to worry about the FFI parts.

  4. kafka

    Kafka client library for Dartlang (by dart-kafka)

    have you tried that https://github.com/dart-kafka/kafka ?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Python for Apache Kafka – Free Introductory course

    1 project | /r/apachekafka | 19 Jan 2023
  • Hi. Would someone please explain to me in layman terms what Apache Kafka is, who uses it and what it is used for? Thanks in advance.

    1 project | /r/apachekafka | 14 Nov 2022
  • How to learn to use Kafka with Python for begginners

    1 project | /r/apachekafka | 3 Jul 2022
  • Kafka Connect, Strimzi, and a simple filter/convert task

    2 projects | /r/apachekafka | 13 Jun 2021
  • Micro-frontends with Rspack and Modern.js

    2 projects | dev.to | 17 Sep 2024

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