I'm working with the Java client for SpiceDB and n...
# spicedb
c
I'm working with the Java client for SpiceDB and noticed that
readPermission
is not available with the
PermissionsServiceFutureStub
. It looks like the method is available in the
PermissionsServiceBlockingStub
. I suspect this is because the blocking stub returns an
Iterator
that under the hood makes more calls to the database as needed. Is there any way to read relationships with a non-blocking API?