@Override
 public void commit(String offset) throws StageException {
   consumer.commit(offset);
 }