Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

packetzero/kafka.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka.cr

Crystal-lang wrapper for the librdkafka C-library Apache Kafka client. Contributions welcome.

STATUS:

  • Simple polling producer works for keys,values that are strings.
  • Simple polling consumer works for keys,values that are strings.

Installation

Add this to your application's shard.yml:

dependencies:
  kafka:
    github: packetzero/kafka.cr

Usage

require "kafka"

See examples in kafka_examples

About

crystal-lang wrapper around kafka C library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •