Assigned
Status Update
Comments
ka...@google.com <ka...@google.com>
on...@google.com <on...@google.com> #2
I had the same problem!
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
Description
We expose several grpc services through a Gateway.
Ideally, we would like to use GrpcRoute (
Unfortunately the GrpcRoute resource is not available, and we are forced to use HttpRoutes; this forces the client to create multiple channels through our gateway, consuming extra resources.
GrpcRoute is in the stable v1 API. On October 2024 Google announced API 1.1 parity (
Is it possible to know if the feature will, at some point, be available?
Else we'll look into hosting our envoy proxy manually, defeating the whole premise of using the Gateway API.
Thanks