Skip to content

Adds support for metadata in TransactionalStateOperation #791

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 4 commits into
base: main
Choose a base branch
from

Conversation

elena-kolevska
Copy link
Contributor

Description

The additional metadata fields are needed to combine outbox and non-outbox messages on the same state store. This PR adds a metadata property on the TransactionalStateOperation, matching the defined protos.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

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

@dapr-bot
Copy link
Collaborator

This pull request has been automatically marked as stale because it has not had activity in the last 60 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!

@dapr-bot dapr-bot added the stale Issue marked as stale by Dapr Bot label May 11, 2025
@elena-kolevska elena-kolevska removed the stale Issue marked as stale by Dapr Bot label May 12, 2025
@elena-kolevska elena-kolevska force-pushed the transactional-state-metadata branch from 616233b to 0b928f8 Compare May 18, 2025 19:59
Copy link

codecov bot commented May 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.40%. Comparing base (bffb749) to head (0b928f8).
Report is 25 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #791      +/-   ##
==========================================
- Coverage   86.63%   86.40%   -0.23%     
==========================================
  Files          84       89       +5     
  Lines        4473     5106     +633     
==========================================
+ Hits         3875     4412     +537     
- Misses        598      694      +96     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@elena-kolevska elena-kolevska marked this pull request as ready for review May 19, 2025 07:45
@elena-kolevska elena-kolevska requested review from a team as code owners May 19, 2025 07:45
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.

2 participants