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"