consumer가 kafka에서 해당 topic의 메세지를 어디까지 구독했는지 저장하는게 offset 이다. 하지만 consumer가 topic의 데이터를 처음부터 읽어야 하는 경우가 생긴다. 이럴 때 auto.offset.reset 옵션을 이용하면 된다.
어디까지
auto.offset.reset
server.properties의 옵션 log.retention.hours 설정된 시간만큼 topic 메세지를 저장해 둠.
server.properties
log.retention.hours
exception
https://kafka.apache.org/documentation/