Hello! We have a rust application and were looking...
# general
q
Hello! We have a rust application and were looking at using the keto gRPC api. The published rust crate only has http support. We were looking at just creating the gRPC client ourself or generating it with
tonic
, but were surprised no one has already done it or generated it already. Mostly we wanted to double check if there was a reason and we should just stick with http... which is notably missing support for a bulk check endpoint.
s
As grpc clients quite easy to generate, we have not yet put the effort into all of the languages we don't use ourselves 😅
q
Thanks @steep-lamp-91158 thats totally fine, I just wanted to make sure there wasn't an already known reason before we put the effort in 🙂
Just to clarify, it would just be the proto files in the repo right?
s
yes exactly
you can probably quite easily just reconfigure buf in our repo to use your generator