Evaluate ConnectRPC over gRPC + webgateway #2305
Labels
help wanted
Extra attention is needed
needs investigation
no-stale-bot
question
Further information is requested
We currently use plain gRPC and grpc-gateway (for our http+json) api, it has worked fine, but also there are a couple of drawbacks, and it kind of feels a bit hacky.
One of the drawbacks is that some parts of gRPC is unsupported by grpc-gateway, and it does not support OpenAPI 3.0.
oneof
is for example not supported #2237.ConnectRPC seem to be a rethinking of this, where the gRPC and the HTTP part is "equally" important. It might be better, it might be worse, they advertise with good client code generators so might be worth a look.
Initial thoughts:
I would value peoples views, particularly if you have experience using this.
The text was updated successfully, but these errors were encountered: