Skip to content

Commit

Permalink
add back default server info file path
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Feb 6, 2024
1 parent c459bb4 commit a17fed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/info/types.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a17fed7

Please sign in to comment.