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

[BUG] Disabling and Enabling DynamoDB streams requires a restart of Data Prepper #5243

Open
graytaylor0 opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@graytaylor0
Copy link
Member

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:

  1. Start a DynamoDB pipeline reading from streams
  2. Disable and re-enable DynamoDB streams on the table
  3. 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.

@dlvenable
Copy link
Member

@graytaylor0 , Can you include the error that you see? That might help with providing the resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants