diff --git a/pkg/driver/clients/grpc_client.go b/pkg/driver/clients/grpc_client.go index 2ef4b338..ce53ac39 100644 --- a/pkg/driver/clients/grpc_client.go +++ b/pkg/driver/clients/grpc_client.go @@ -146,7 +146,7 @@ func (i *grpcInvoker) Invoke(function *common.Function, runtimeSpec *common.Runt grpcStart := time.Now() - conn, err := grpc.NewClient(function.Endpoint, dialOptions...) + conn, err := grpc.NewClient("passthrough:///" + function.Endpoint, dialOptions...) if err != nil { logrus.Debugf("Failed to establish a gRPC connection - %v\n", err)