harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
264 stars 90 forks source link

ddb checkpoint fails on initial call from scan if it was never written before. #70

Closed mguidone closed 5 years ago

mguidone commented 5 years ago

The call to resp, err := c.client.GetItem(params) returns an ErrCodeResourceNotFoundException if no entries are in the dynamo table. It looks like this should test for that condition and based on the convention in the code return "", nil .

mguidone commented 5 years ago

false alarm..