1. For new table consuming for the first time, it ...
# general
m
2. For new table consuming for the first time, it will start from smallest Kafka offset. If consumption already started then offset in zk used
a
Can i know, how the offsets are check-pointed into ZK? after segment consumption is completed or periodically? @User
m
Each time a segment is commmitted from memory to persistent storage, the offset is committed to segment metadata in ZK.