librdkafka
bindings for PureScript, for interacting with Apache Kafka.
purescript-rdkafka
is based on the Node bindings for librdkafka
, hosted as node-rdkafka
.
librdkafka
will deliver simple, powerful, and idiomatic bindings for librdkafka
, without providing features that may negatively hide implementation details from users. PureScript provides the advantage of the type system being able to tell you when you're probably doing something ill-advised. These bindings should follow those rules, helping users build more robust Kafka applications.
This section needs implementing. Want to help out? Write an example!
purescript-rdkafka
is licensed under the MIT License.