misha_cafex v0.0.6 Mix.Tasks.Cafex.OffsetCommit

Commit consumer group offsets. You should really carful in using this task.

Examples

mix cafex.offset_commit -t topic -g group -b localhost:9092 -o offset -p partition

Command line options

  • -t, --topic - Topic name
  • -g, --group - Consumer group name
  • -b, --broker - The Kafka broker in the form: host1:port1
  • -o, --offset - Offset to be committed
  • -p, --partition - Partition associated with the offset