Saturas
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 🙂