-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Exception handling for aws glue schema registry #3264
Labels
bug
Something isn't working
Comments
hshardeesi
added a commit
to hshardeesi/data-prepper
that referenced
this issue
Aug 26, 2023
… handling) Signed-off-by: Hardeep Singh <[email protected]>
asifsmohammed
pushed a commit
that referenced
this issue
Aug 27, 2023
github-project-automation
bot
moved this from Unplanned
to Done
in Data Prepper Tracking Board
Aug 27, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Aug 27, 2023
(cherry picked from commit d908c40)
asifsmohammed
pushed a commit
that referenced
this issue
Aug 27, 2023
…#3266) (cherry picked from commit d908c40) Co-authored-by: Hardeep Singh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Kafka source plugin retries every 30s when it hits AWSSchemaRegistryException, which includes both access denied and deserialization errors. As a result, deserialization errors are also retried instead of skipping the records that failed to get deserialized.
Expected behavior
The text was updated successfully, but these errors were encountered: