You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I disable and enable the streams on my DynamoDB table, Data Prepper will continue looking for the old stream ARN that does not exist, and does not do a rediscovery of the stream ARN.
To Reproduce
Steps to reproduce the behavior:
Start a DynamoDB pipeline reading from streams
Disable and re-enable DynamoDB streams on the table
Observe the error from Data Prepper that the stream does not exist
Expected behavior
Data Prepper could gracefully handle the case where the stream does not exist, and rediscover the new Stream ARN
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If I disable and enable the streams on my DynamoDB table, Data Prepper will continue looking for the old stream ARN that does not exist, and does not do a rediscovery of the stream ARN.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Data Prepper could gracefully handle the case where the stream does not exist, and rediscover the new Stream ARN
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: