Skip to content
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

Fix for kafka source issue #3264 (aws glue excetion handling) #3265

Merged
merged 1 commit into from
Aug 27, 2023

Conversation

hshardeesi
Copy link
Contributor

Description

  • Fixed Aws glue exception handling to retry only in case of AccessDenied exception.
  • Reduced Thread.sleep() to 100ms from 10s in Unit Tests requiring acknowledgements.

Issues Resolved

Resolves #3264

Testing

  • Added UT case
  • Manually tested by removing glue permissions and verified poll() is retried as expected until permissions are added back.
  • Manually injected plaintext records into Kafka topic with avro schema and verified they are skipped and stream processing is not blocked.

@asifsmohammed asifsmohammed merged commit d908c40 into opensearch-project:main Aug 27, 2023
24 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 27, 2023
asifsmohammed pushed a commit that referenced this pull request Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Exception handling for aws glue schema registry
3 participants