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

Print information of committed offsets #60

Closed agis closed 6 years ago

agis commented 6 years ago

With this change, log lines like the following:

Unknown event type: kafka.OffsetsCommitted

now become:

OffsetsCommitted (<nil>, [r-0bc221[0]@unset r-0bc221[1]@1 r-0bc221[2]@unset r-0bc221[3]@unset])

This particular line means that there were no error committing offsets () on that in the foo topic, we committed the offset 7 for partition 0 and no offset for partition 1.

This is a follow-up to ffe8e40.