acrosa / kafka-rb

A simple Producer/Consumer client for Kafka (a distributed publish/subscribe messaging service)
Apache License 2.0
171 stars 43 forks source link

Add support for 0.8 protocol #16

Closed bpot closed 8 years ago

bpot commented 11 years ago

Kafka 0.8 makes backwards-incompatible changes to the protocol.

I'm planning to start tackling the changes necessary to support 0.8. This includes supporting the metadata api and making a "smart" producer that has behavior equivalent to the scala producer.

Has anyone started down this path yet? I don't want to duplicate work.

My plan is to have the gem no longer support 0.7's protocol and bump the gems major? version so that the 0.x series can continue to be released with 0.7 support as long as people are still running the 0.7 series of the server. Does this seem reasonable?

acrosa commented 11 years ago

not aware of anyone working on this

EricSites commented 11 years ago

Any update on 0.8 support?

acrosa commented 11 years ago

@EricSites would love to get a pull request

xaviershay commented 11 years ago

Watch.

xaviershay commented 11 years ago

bumping major version makes sense.

bpot commented 11 years ago

I've been working on a new driver which only supports 0.8: https://github.com/bpot/poseidon

cevaris commented 10 years ago

Any more progress on 0.8 support?

aviflax commented 8 years ago

It would be great to update the readme to make clear that this lib only supports Kafka 0.7 or lower and to link to poseidon for 0.8 and up.

acrosa commented 8 years ago

It would be great if you could send a pull request with it too :) I don't maintain this anymore.

El ene 29, 2016, a las 8:43 AM, Avi Flax notifications@github.com escribió:

It would be great to update the readme to make clear that this lib only supports Kafka 0.7 or lower and to link to poseidon for 0.8 and up.

— Reply to this email directly or view it on GitHub.

aviflax commented 8 years ago

You got it! Created #28.

acrosa commented 8 years ago

Merged from the bus! Thanks

aviflax commented 8 years ago

My pleasure!