abstract fun committed(topicPartition: TopicPartition, handler: Handler<AsyncResult<OffsetAndMetadata>>): Unit
Get the last committed offset for the given partition (whether the commit happened by this process or another).
topicPartition - topic partition for getting last committed offset