-
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?
-
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.
-
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.
-
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.
Related posts
-
Python for Apache Kafka – Free Introductory course
-
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.
-
How to learn to use Kafka with Python for begginners
-
Kafka Connect, Strimzi, and a simple filter/convert task
-
Micro-frontends with Rspack and Modern.js