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
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.