Skip to content

feat(keystore) Define Branch Key Store read consistency semantics #302

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

Conversation

brandondahler
Copy link

Issue #, if available:
CrypTool-5363

Description of changes:
Updates specification to clarify ConsistentRead behavior for the Branch Key Store and provide an option for agents to configure that consistent reads are to be used.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@brandondahler brandondahler requested a review from a team as a code owner July 25, 2025 20:19
@brandondahler brandondahler force-pushed the features/ReadConsistencySemantics branch from 089a311 to b31b4cd Compare July 25, 2025 20:26
The [branch key store](../../framework/branch-key-store.md) persists branch key versions
in a persistent data store such as a DynamoDb table.

These distributed data stores often offer configurable read consistency,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For posterity, this is sometimes referred to as "read after write". Which is the specific kind of consistency we are after here.

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