You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been playing around with the gRPC server, and it looks great.
Any interest in supporting Connect in addition to gRPC? It is backwardly-compatible with gRPC but also supports the Connect protocol.
Generating connect code using Buf tooling is easy, and so the task here - I think - is to correctly register the Connect service with GoFr. Happy to try it out and see how far I get?
The text was updated successfully, but these errors were encountered:
It works for simple request, but sadly only http1.x and not possible to make it work with any of the streaming capability, and I couldn't find a way to use h2c.
Sadly gofr is really not flexible or thought to be extensible, as a user we don't have much control on the http server or it's configuration.
I have been playing around with the gRPC server, and it looks great.
Any interest in supporting Connect in addition to gRPC? It is backwardly-compatible with gRPC but also supports the Connect protocol.
Generating connect code using Buf tooling is easy, and so the task here - I think - is to correctly register the Connect service with GoFr. Happy to try it out and see how far I get?
The text was updated successfully, but these errors were encountered: