Skip to content
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

Additional Consistency Options for OpenFGA queries #54

Closed
aaguiarz opened this issue Mar 12, 2024 · 1 comment
Closed

Additional Consistency Options for OpenFGA queries #54

aaguiarz opened this issue Mar 12, 2024 · 1 comment
Assignees

Comments

@aaguiarz
Copy link
Member

aaguiarz commented Mar 12, 2024

In OpenFGA we currently support:

  • Strong reads, if you don't configure the cache
  • Eventually consistent reads, when you configure the cache

We want to provide additional options to:

  • Always request a strong consistent read
  • Request for a consistent read if the cached data is staler than a specific timestamp/revision (or token, or zookie). This was moved to Consistency Tokens #67
@rhamzeh
Copy link
Member

rhamzeh commented Sep 12, 2024

This is now released in https://github.com/openfga/openfga/releases/tag/v1.6.0

The docs are here: https://openfga.dev/docs/interacting/consistency

Try it out, and let us know your feedback!

@rhamzeh rhamzeh closed this as completed Sep 12, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in OpenFGA Roadmap Sep 12, 2024
@rhamzeh rhamzeh moved this from In Progress to Done in OpenFGA Roadmap Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

4 participants