You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have been using ListObjects and might usually turn to ListUsers endpoints in our codebase
issues with these 2 calls is that they are not paginated and they rely on OpenFGA server config parameters to define how many results and for how long the response can be elaborated before being returned
there is a case where if our model explodes in terms of tuples, we will definitely need to get pagination to be able to show all the records present in the model
arguably OpenFGA shouldn't be the main source of truth for this and we should limit the ListX calls to a minimum
The text was updated successfully, but these errors were encountered:
we have been using
ListObjects
and might usually turn toListUsers
endpoints in our codebaseissues with these 2 calls is that they are not paginated and they rely on OpenFGA server config parameters to define how many results and for how long the response can be elaborated before being returned
there is a case where if our model explodes in terms of tuples, we will definitely need to get pagination to be able to show all the records present in the model
arguably OpenFGA shouldn't be the main source of truth for this and we should limit the
ListX
calls to a minimumThe text was updated successfully, but these errors were encountered: