Skip to content

Commit 3559e15

Browse files
update function socket (#12)
1 parent dd861c0 commit 3559e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynumaflow/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
APPLICATION_MSG_PACK = "application/msgpack"
33
NUMAFLOW_UDF_CONTENT_TYPE = "NUMAFLOW_UDF_CONTENT_TYPE"
44
NUMAFLOW_MESSAGE_KEY = "x-numa-message-key"
5-
FUNCTION_SOCK_PATH = "/var/run/numaflow/udf.sock"
5+
FUNCTION_SOCK_PATH = "/var/run/numaflow/function.sock"
66
SINK_SOCK_PATH = "/var/run/numaflow/udsink.sock"
77
# TODO: need to make sure the DATUM_KEY value is the same as
88
# https://github.com/numaproj/numaflow-go/blob/main/pkg/function/configs.go#L6

0 commit comments

Comments
 (0)