caiokf
08/13/2022, 5:10 AMJoey
08/13/2022, 5:11 AMcaiokf
08/13/2022, 5:12 AMJoey
08/13/2022, 5:14 AMJoey
08/13/2022, 5:14 AMJoey
08/13/2022, 5:15 AMcaiokf
08/13/2022, 5:15 AMyetitwo
08/14/2022, 4:00 PMJoey
08/14/2022, 4:01 PMyetitwo
08/14/2022, 5:15 PMOPERATION_DELETE
. duh. thank you!Joey
08/14/2022, 5:40 PMSaturas
08/15/2022, 12:12 PMspiceDb = GenericContainer(DockerImageName.parse("authzed/spicedb:latest"))
.withCommand("serve-testing --http-enabled")
.withExposedPorts(8443, 50051)
.waitingFor(Wait.forListeningPort())
Also it was important in the java-sdk to use explicit no tls (ManagedChannelBuilder.fortarget(endpoint).usePlaintext()) the default in sdk is with tls.
Now we are very happy with the solution and startup time 🙂costap
08/15/2022, 4:09 PMJoey
08/15/2022, 4:10 PMcostap
08/15/2022, 4:22 PMJoey
08/15/2022, 4:23 PMcostap
08/15/2022, 4:26 PMJoey
08/15/2022, 4:27 PMJoey
08/15/2022, 4:29 PMSingha1
08/15/2022, 4:35 PMJoey
08/15/2022, 4:36 PMLookupResources
is a streaming API, so it will return results as distinct itemsSingha1
08/15/2022, 4:38 PMJoey
08/15/2022, 4:38 PMSingha1
08/15/2022, 4:40 PMSam
08/15/2022, 4:54 PMSingha1
08/15/2022, 5:17 PMSingha1
08/15/2022, 5:58 PMSingha1
08/15/2022, 5:59 PMSingha1
08/15/2022, 6:02 PMSam
08/15/2022, 6:19 PM