Skip to content

Commit a35efe9

Browse files
dhairyarungtacvetkovic
authored andcommitted
Change to passthrough resolver
Signed-off-by: dhairyarungta <97079960+dhairyarungta@users.noreply.github.com>
1 parent 7686583 commit a35efe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/driver/clients/grpc_client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (i *grpcInvoker) Invoke(function *common.Function, runtimeSpec *common.Runt
146146

147147
grpcStart := time.Now()
148148

149-
conn, err := grpc.NewClient(function.Endpoint, dialOptions...)
149+
conn, err := grpc.NewClient("passthrough:///" + function.Endpoint, dialOptions...)
150150
if err != nil {
151151
logrus.Debugf("Failed to establish a gRPC connection - %v\n", err)
152152

0 commit comments

Comments
 (0)