From 97a38e85e9dfca9cec48ee60e830b011f4a262f8 Mon Sep 17 00:00:00 2001 From: Ritesh Kumar Date: Tue, 2 Dec 2025 19:15:03 +0530 Subject: [PATCH] add sg prefix to dcp feed names --- base/dcp_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/dcp_common.go b/base/dcp_common.go index 47da59fba2..fe30af0f00 100644 --- a/base/dcp_common.go +++ b/base/dcp_common.go @@ -298,7 +298,7 @@ func GenerateDcpStreamName(feedID string) (string, error) { commitTruncated := StringPrefix(GitCommit, 7) return fmt.Sprintf( - "%v-v-%v-commit-%v-uuid-%v", + "sg:%v-v-%v-commit-%v-uuid-%v", feedID, ProductAPIVersion, commitTruncated,