Hi Everyone,

It's been a little while but I have two releases today. First v1.5 and v2.0
both add support for Kafka v0.8.2.2. Next v2.0 has been greatly enhanced to
allow better consumer parallelism. Both releases have been pushed to
https://rubygems.org/gems/jruby-kafka

Please report any issues to the project here:
https://github.com/joekiller/jruby-kafka

The release notes are below and at
https://github.com/joekiller/jruby-kafka/blob/master/CHANGELOG.

Thank you for the support!

Sincerely,

Joe Lawson

2.0 (December 31, 2015)
    # general
    - Updated integration tests to support new consumer.
    - Updated documentation to better reference Kafka 0.8.2.2.
    # consumer
    - Simplified for better parallelism. (#33) Thank you @eliaslevy.
    # producer
    - Updated to now support send callback. (#31) Thank you @eliaslevy.
    - Fixed callback block variable throwing error when not defined. (#37)
Thank you @ashangit.
1.5.0 (December 32, 2015)
    # general
    - Updated to support Kafka 0.8.2.2. (#37) Thank you @ashangit.
    - Fixed typos in README. (#35) Thank you @Ben-M.
    - updated producer example and github code styling. (#26) Thank you
@aliekens.
    - Imporoved consumer exampled in README. (#27) Thank you @arcz.

Reply via email to