We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd861c0 commit 3559e15Copy full SHA for 3559e15
pynumaflow/_constants.py
@@ -2,7 +2,7 @@
2
APPLICATION_MSG_PACK = "application/msgpack"
3
NUMAFLOW_UDF_CONTENT_TYPE = "NUMAFLOW_UDF_CONTENT_TYPE"
4
NUMAFLOW_MESSAGE_KEY = "x-numa-message-key"
5
-FUNCTION_SOCK_PATH = "/var/run/numaflow/udf.sock"
+FUNCTION_SOCK_PATH = "/var/run/numaflow/function.sock"
6
SINK_SOCK_PATH = "/var/run/numaflow/udsink.sock"
7
# TODO: need to make sure the DATUM_KEY value is the same as
8
# https://github.com/numaproj/numaflow-go/blob/main/pkg/function/configs.go#L6
0 commit comments