fetherolfjd / dart-rdkafka

A Dart wrapper around librdkafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dart-rdkafka Build Status

Dart wrapper of the Apache Kafka C/C++ client library

Overview

The dart-rdkafka library uses the foreign function interface library from Dart to wrap and call into the C librdkafka.

Use

This library assumes that you have the C library librdkafka.so installed on your system.

Other Information

The intent of this package is to be as direct a wrapping of the API provided by rdkafka.h in librdkafka as is practical. As such it will provide a pretty low-level interaction with Apache Kafka. Hopefully in the future other Dart packages can provide higher level abstractions on top of this.

About

A Dart wrapper around librdkafka

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 100.0%