bpot / poseidon

A client for Kafka 0.8
MIT License
260 stars 101 forks source link

Recover when messages are removed from kafka #119

Closed alexcastano closed 8 years ago

alexcastano commented 8 years ago

OffsetOutOfRange error can also happen when the returned offset is a positive number but corresponding messages started from the offset were retentioned. By @ymattw: https://github.com/bpot/poseidon/pull/102

alexcastano commented 8 years ago

Ups! I wanted to create the pull request to https://github.com/codeclimate/poseidon/