iemre opened a new pull request, #58: URL: https://github.com/apache/flink-connector-aws/pull/58
We let these exceptions go up the call stack without logging them. This causes these exceptions from the Kinesis connector to be not visible to customers in their logs, despite their visibility in the exceptions tab on Flink UI. ## Purpose of the change **Current behaviour:** Errors from `getRecords` are shown under the Exceptions tab on the Flink UI. But they don't appear in customer logs. **Desired behaviour:** Non-retriable errorsfrom `getRecords` are logged in addition to current behaviour. ## Verifying this change - Added unit tests ## Significant changes N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
