-
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
Sns Sink Plugin with junit test cases #2995
Merged
Merged
Changes from 5 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
643d06c
Sns Sink Plugin with junit test cases
udaych20 dce26a7
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 23b12c7
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 69a0ca0
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 caf5d1c
Sns Sink DLQ changes
udaych20 c459013
Incorporated FIFO Topic related Changes
udaych20 96d09b0
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 1b5b45b
SNS Sink incorporated the review comments.
udaych20 eb012af
SNS Sink incorporated the review comments.
udaych20 d46b778
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 370d57e
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 08b1146
Dlq changes for sns sink
udaych20 0ca43a0
local date stamp removed from dlq
udaych20 6a9ef69
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 818a03f
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 1027c78
SNS Sink removed threshold and pushed records in specified batch
udaych20 536d6f0
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 2008138
SNS Sink Integration Tests
udaych20 7b94e33
Merge branch 'sns-sink-plugin' of [email protected]:udaych20/data-preppe…
udaych20 b7b6e5e
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 4849418
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 325bf8a
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 526b521
Sns Sink Review Changes
udaych20 c779a1f
Sns Sink Test Case Changes
udaych20 67f10d9
Merge branch 'opensearch-project:main' into sns-sink-plugin
udaych20 3ba60d7
Sns Sink Review changes
udaych20 3a19a4e
Merge branch 'sns-sink-plugin' of [email protected]:udaych20/data-preppe…
udaych20 7088650
Merge branch 'main' into sns-sink-plugin
udaych20 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should use Awaitility to wait for a maximum period of time. Perhaps 1 minute.
As it is, this can get stuck indefinitely.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dlvenable for your feedback, we have incorporated the changes and available for review.