Kafka client for Dart

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

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • pub-dev

    Pub.dev, the Dart package repository, written in Dart

    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?

  • examples

    Apache Kafka 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.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • 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