Hello! I am using Authzed Serverless,
# spicedb
f
Hello! I am using Authzed Serverless, that being the case, do I have access to experimental functionalities, for example
Copy code
rpcurl -connect-timeout 10000 \
  -H "Authorization: Bearer YOUR_AUTHZED_TOKEN" \
  -d '{}' \
  -import-path /my-path-goes-here \
  -proto authzed/api/v1/experimental_service.proto \
  grpc.authzed.com:443 \
  authzed.api.v1.ExperimentalService/ExperimentalReflectSchema
Is returning:
Copy code
ERROR:
  Code: PermissionDenied
  Message: unknown request
At this point I don't know if I am doing something wrong with my grpcurl request or if on the other hand our this is the way our ServerLess Authzed is saying "no I don't support this experimetal feature"
v
Experimental services are not available in Authzed Serverless
so the latter
f
OK, thank you very much
Hello again! Any estimation of when the actual experimental features (like ExperimentalReflectSchema) will be released?
j
our typical rule is that experimental features remain experimental for at least a quarter, but may remain longer if we get feedback indicating changes are necessary
we don't generally roll experimental features to serverless
so right now: no estimation, but no earlier than next quarter
v
and in case it was not clear: SpiceDB opensource and Authzed Dedicated have all the experimental APIs available
f
Thanks for the clarification. I was aware that this was the case. I only asked because we don't plan to manage our own version of SpiceDB but we will be using Authzed Serverless
4 Views