Feature description
Currently, Conduit and standalone connectors communicate via gRPC over TCP. One option that's likely going to be faster is using gRPC over a Unix domain socket. This takes advantage of the fact that Conduit and the standalone connectors are running on the same host.
Useful resources: