brimdata / zync

Kafka connector to sync Zed lakes to and from Kafka topics
BSD 3-Clause "New" or "Revised" License
17 stars 3 forks source link

use kafka.OffsetBeginning where appropriate #40

Closed nwt closed 2 years ago

nwt commented 2 years ago

Zero isn't a good default offset for a Kafka consumer because it won't see any messages if the topic's earliest offset is nonzero. Use kafka.OffsetBeginning instead.