'Using Apache-Kafka with Flutter/darts

I am working with Flutter and I need to write data to Kafka. How can I do this in flutter/darts.. Is there a Kafka client that I can use?.



Solution 1:[1]

You can take a look at dart-kafka which is a Kafka client library written in Dart. It provides both Kafka Producers and Consumers but it's been a long time since it was last updated.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Giorgos Myrianthous