7475767778798081828384
} private LocalOffsetStorage newLocalOffsetStorage() { try { return new LocalOffsetStorage(); } catch (final IOException e) { throw new InvalidConsumerConfigException("����Consumerʧ��,Create LocalOffsetStorage failed", e); } }