skroutz / rafka

Kafka proxy with a simple API, speaking the Redis protocol
https://engineering.skroutz.gr/blog/kafka-rails-integration/
GNU General Public License v3.0
8 stars 0 forks source link

consumer: Use OffsetsStore() API #32

Closed agis closed 6 years ago

agis commented 7 years ago

After https://github.com/confluentinc/confluent-kafka-go/pull/72, we can probably use the new OffsetsStore() API and get rid of our custom offset commit logic.