Skip to content

Ensure proper handling of binary data in DynamoDB state store #3658

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

distkloc
Copy link

@distkloc distkloc commented Jan 27, 2025

Description

Handle binary data as DynamoDB's binary type when using DynamoDB as an state store.

Issue reference

Please reference the issue this PR will close: #3643

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation / Created issue in the https://github.com/dapr/docs/ repo: dapr/docs#[issue number]

@distkloc distkloc requested review from a team as code owners January 27, 2025 19:03
berndverst
berndverst previously approved these changes Feb 19, 2025
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Apr 16, 2025
@github-actions github-actions bot removed the stale label Apr 21, 2025
@JoshVanL
Copy link
Contributor

Hi @distkloc, would you be able to look at the linter errors?

@distkloc distkloc force-pushed the workflow-dynamodb-actor-store branch from 95aaa29 to e81c84d Compare May 7, 2025 04:52
@distkloc
Copy link
Author

distkloc commented May 7, 2025

@JoshVanL thank you for letting me know. Fixed. e81c84d

@distkloc
Copy link
Author

Hi @yaron2 @JoshVanL @berndverst 👋,

Could you review this PR? We need these changes in order to run Dapr workflow using Amazon DynamoDB as the actor state store in our environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dapr workflow doesn't work when Amazon DynamoDB is used as actor state store
3 participants