Kafka client for Dart

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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?

  • 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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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