From a17fed7adf8e1e427793e125667a9cec7b88e0bc Mon Sep 17 00:00:00 2001 From: a3hadi Date: Tue, 6 Feb 2024 14:36:02 -0500 Subject: [PATCH] add back default server info file path Signed-off-by: a3hadi --- pkg/info/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/info/types.go b/pkg/info/types.go index bf2a3d0b..4caacb4c 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -1,6 +1,7 @@ package info const ( + ServerInfoFilePath = "/var/run/numaflow/server-info" MapperServerInfoFilePath = "/var/run/numaflow/mapper-server-info" MapstreamerServerInfoFilePath = "/var/run/numaflow/mapstreamer-sever-info" ReducerServerInfoFilePath = "/var/run/numaflow/reducer-server-info"