dapr / dapr/components-contrib

Add ETag support to Cassandra state

Open
#732 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.