Skip to content

fetherolfjd/dart-rdkafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages