-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
With the addition of ConnectRPC #1524 we are sunsetting gRPC-gateway.
Impact:
- endpoints will no longer look like conventional REST endpoints, but gRPC in style
- the body of the requests will take the form as defined in the protos
- GET requests may not be available
Benefits:
- testing and maintenance of endpoints is reduced significantly
- generated SDKs can make use of the HTTP endpoints if required
Caveats:
- we will continue to maintain legacy KAS endpoints to make sure interoperability