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

test were failing, fetch earliest offset if no offset is given #5

Closed stefan-mees closed 12 years ago

stefan-mees commented 12 years ago

we copied and refactored the offset stuff from apache kafka repo

acrosa commented 12 years ago

merged, thanks!