Option to skip Caching #280
Closed
grizzlybearer
started this conversation in
Ideas
Replies: 2 comments
-
Hi @grizzlybearer ! Do you think this feature would address the issue you have openfga/roadmap#54? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was shipped! openfga/openfga#1764 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OpenFGA has a (server in-memory) caching feature that applies to Check and ListObjects APIs by caching the sub-problems.
However, there can be multiple use-cases running on the same set of OpenFGA servers, some of which may benefit from caching and some that may not tolerate any caching. There is no currently no way of skipping caching based on any condition.
1 idea could be to provide an optional
skipCaching
flag in the Check and ListObjects API to overcome this.We have such use-cases currently running in production, and are unable to toggle caching due to this limitation.
Beta Was this translation helpful? Give feedback.
All reactions