Closed gqcn closed 6 years ago
Sorry, really not a fan of this. You shouldn't be able to commit offsets that your consumer has no ownership of. I also think Kafka may reject that, if you try to update a non-subscribed offset with your member/generation IDs
This extends
MarkOffset
/MarkPartitionOffset
andResetPartitionOffset
/ResetPartitionOffset
methods, using which can fetch consumed offset from Kafka.