kafka.cr
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.cr:
github: packetzero/kafka.cr
Usage
require "kafka"
See examples in kafka_examples
Development
TODO Write development instructions here
Contributing
- Fork it ( https://github.com/packetzero/kafka.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- packetzero Alex Malone - creator, maintainer