Does anyone have any ideas why
# spicedb
t
Does anyone have any ideas why
LookupSubjects
isn't working with limit/cursor for me? It seems to ignore the
optional_concrete_limit
parameter, and it doesn't return the
after_result_cursor
at all. This is in contrast with
ReadRelationships
and
LookupResources
, which do work as predicted and always return the
after_result_cursor
, whether I specify a limit or not. System: k8s/minikube with postgres, mac machine SpiceDB version: 1.35.3 Python client version: 1.18.1
v
The API is there, but the implementation is not done. So currently it's not supported.
t
Gotcha. I'm looking forward to seeing it, but I also use LS sparingly so no biggie
v
The PR is in flight, we just need to get back to it
5 Views