guerin olivier
Results
2
comments of
guerin olivier
First of all, thank you for this awesome library! We encountered the same issue on our side too. As @ev45ive described, we need to skip from 1 to 8 rows...
Hello, I guess you are referring to `setCheckpoint` ? Both functions are returned in the handler for the `data` event: ```ts kinesis.on('data', data => { console.log('Incoming data:', data.setCheckpoint, data.continuePolling); });...