Currently the shim API uses ttrpc for communicating with the shim. This has performance advantages in the shim over using grpc. For some cases grpc may be easier to integrate with, so it should be configurable. ttrpc and grpc only differ by their wire protocol, they use the same proto definitions.
Currently the shim API uses ttrpc for communicating with the shim. This has performance advantages in the shim over using grpc. For some cases grpc may be easier to integrate with, so it should be configurable. ttrpc and grpc only differ by their wire protocol, they use the same proto definitions.