dapr / dapr/components-contrib
Add ETag support to Cassandra state
Open
pinned
- Dominant language
- Go
- Stars
- 602
- Forks
- 580
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 6
Description
## Describe the proposal
Currently the Cassandra state store does not currently support ETags.
It seems possible by adding an etag column to the table and managing the etag values manually. That of course makes this tricky for systems already using this component. Perhaps the code can perform the `ALTER TABLE` query so it is not a breaking change but this is likely non-trivial.
Contributor guide
Assessment
This issue has not been assessed yet.