Robert Grandl
Robert Grandl
While renaming to service weaver, we renamed some things that didn't suppose to be renamed.
Right now we specify the components that should run together in a colocation group. For all the others we run them in their own groups. However, given that the group...
Prototype implementation for supporting grpc services. 1) the programming API 2) single/multi deployer implementation Note that this is a testing branch and it's experimental.
grpc demo impl
In the current implementation of the multi-deployer, we have an HTTP proxy that receives the requests handled by the listener. Whenever a request is received, it is forwarded by the...
We're using reqwest to send/receive HTTP requests. However, reqwest doesn't allow propagating trailers which is needed for gRPC. We would really appreciate if trailers support can be added to reqwest.