From 88b0a47c5ae056e8fda1f384a7da084be7436ee9 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Wed, 13 May 2026 17:54:18 +0530 Subject: [PATCH 1/5] Github issue-336 corrected helm Signed-off-by: kameshsr --- helm/websub-consolidator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/websub-consolidator/values.yaml b/helm/websub-consolidator/values.yaml index 07f0d22..076ae55 100644 --- a/helm/websub-consolidator/values.yaml +++ b/helm/websub-consolidator/values.yaml @@ -116,7 +116,7 @@ resources: memory: 1500Mi requests: cpu: 100m - memory: 900Mi + memory: 750Mi additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" From 367458ad5b19b32456496728c25516c33fa7cb21 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Thu, 14 May 2026 11:42:16 +0530 Subject: [PATCH 2/5] Github issue 336 corrected maven url Signed-off-by: kameshsr --- kafka-admin-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-admin-client/pom.xml b/kafka-admin-client/pom.xml index 017a615..e85faba 100644 --- a/kafka-admin-client/pom.xml +++ b/kafka-admin-client/pom.xml @@ -37,7 +37,7 @@ ossrh CentralRepository - https://central.sonatype.com/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots default true From 2a096ce9ed27b1086020b57b0d5a0497840aecfa Mon Sep 17 00:00:00 2001 From: kameshsr Date: Thu, 14 May 2026 11:45:21 +0530 Subject: [PATCH 3/5] Github issue 336 corrected maven url Signed-off-by: kameshsr --- kafka-admin-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-admin-client/pom.xml b/kafka-admin-client/pom.xml index e85faba..cbcbbc5 100644 --- a/kafka-admin-client/pom.xml +++ b/kafka-admin-client/pom.xml @@ -5,7 +5,7 @@ io.mosip kafka-admin-client - 1.3.0 + 1.3.1-SNAPSHOT jar kafka-admin-client From 74749dab10dd2a06cd54e2db467f03da3f8fd847 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Thu, 14 May 2026 11:48:27 +0530 Subject: [PATCH 4/5] Github issue 336 corrected maven url Signed-off-by: kameshsr --- hub/Ballerina.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hub/Ballerina.toml b/hub/Ballerina.toml index 7f90ecf..e7d56a3 100644 --- a/hub/Ballerina.toml +++ b/hub/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "mosip" name = "kafkaHub" -version = "1.3.0" +version = "1.3.1-SNAPSHOT" [build-options] observabilityIncluded = true @@ -10,5 +10,5 @@ observabilityIncluded = true modules = ["inittopic"] groupId = "io.mosip" artifactId = "kafka-admin-client" -version = "1.3.0" -path = "kafka-admin-client/target/kafka-admin-client-1.3.0.jar" +version = "1.3.1-SNAPSHOT" +path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar" From 58fb3e54cb969f7be742d2f6f7931ecbb73262fd Mon Sep 17 00:00:00 2001 From: kameshsr Date: Thu, 14 May 2026 11:52:14 +0530 Subject: [PATCH 5/5] Github issue 336 corrected version Signed-off-by: kameshsr --- consolidator/Ballerina.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/consolidator/Ballerina.toml b/consolidator/Ballerina.toml index e098dee..1536c62 100644 --- a/consolidator/Ballerina.toml +++ b/consolidator/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "mosip" name = "consolidatorService" -version = "1.3.0" +version = "1.3.1-SNAPSHOT" [build-options] observabilityIncluded = true @@ -10,5 +10,5 @@ observabilityIncluded = true modules = ["inittopic"] groupId = "io.mosip" artifactId = "kafka-admin-client" -version = "1.3.0" -path = "kafka-admin-client/target/kafka-admin-client-1.3.0.jar" +version = "1.3.1-SNAPSHOT" +path = "kafka-admin-client/target/kafka-admin-client-1.3.1-SNAPSHOT.jar"