class Kafka::Consumer

def commit_offsets

def commit_offsets
  @offset_manager.commit_offsets
end