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

Batch Checks in OpenFGA Server #35

Open
aaguiarz opened this issue May 17, 2023 · 0 comments
Open

Batch Checks in OpenFGA Server #35

aaguiarz opened this issue May 17, 2023 · 0 comments
Assignees

Comments

@aaguiarz
Copy link
Member

We currently support issuing checks in batch in the OpenFGA SDKs. This works by issuing checks in parallel, and we believe it's a good approach in general.

When you deploy OpenFGA with multiple nodes, the load can be spread across nodes, and the total response time would be close to the response time of the most expensive check call.

However, when the number of checks is too large, it could be useful to resolve all the checks in the server with a single roundtrip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants