estuary / connectors

Connectors for capturing data from external data sources
Other
50 stars 17 forks source link

source-kinesis: logging if getting a shard iterator fails #2149

Closed williamhbaker closed 1 week ago

williamhbaker commented 1 week ago

Description:

Currently an error for getting a shard iterator is just swallowed entirely. We should probably fail the capture when this happens, but as a really low-effort debugging benefit we can at least log these errors if they happen.

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable