joekiller / jruby-kafka

Apache License 2.0
71 stars 52 forks source link

Separate auto_offset_reset from reset_beginning #17

Closed graphex closed 9 years ago

graphex commented 9 years ago

This allows a consumer to go offline and pick up where it left off when it comes back online. Previous behavior only allowed a consumer group to start at the beginning of the log or the end of the log.