Closed jhorman closed 4 years ago
The default limit I think is pretty high. 10MB of data. I would like to be able to fetch less records, and checkpoint more often. That way if there is a failure in my record processing I can restart further into the stream.
There's a setting for how many records to checkpoint after -
client.set_checkpoint_interval(n)
does it help?
The default limit I think is pretty high. 10MB of data. I would like to be able to fetch less records, and checkpoint more often. That way if there is a failure in my record processing I can restart further into the stream.