Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

burtcorp/kafka-clients-jruby

Repository files navigation

Kafka clients for JRuby

Build Status

If you're reading this on GitHub, please note that this is the readme for the development version and that some features described here might not yet have been released. You can find the readme for a specific version via the release tags (here is an example).

Installation

kafka-clients-jruby is available from RubyGems. Either install it manually:

$ gem install kafka-clients-jruby

or add this to your Gemfile:

gem 'kafka-clients-jruby', require: 'kafka/clients'

Usage

How to build and run the tests

The best place to see how to build and run the tests is to look at the .travis.yml file, but if you just want to get going run:

$ bundle install
$ bundle exec rake

Copyright

© 2016 Burt AB, see LICENSE.txt (BSD 3-Clause).