From a397f5e41362b10207a989c58b8a9f2384f5707d Mon Sep 17 00:00:00 2001 From: Vitolo-Andrea Date: Wed, 15 Jan 2025 11:46:15 +0100 Subject: [PATCH] group id test --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9ed5631..87c685d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -69,7 +69,7 @@ spring: binder: kafka-notify-error-in content-type: ${KAFKA_CONTENT_TYPE:application/json} destination: ${KAFKA_TOPIC_NOTIFY_ERROR:emd-notify-error} - group: ${KAFKA_NOTIFY_ERROR_GROUP_IN:consumerOutcomeGroup} + group: consumerOutcomeGroup-${T(java.util.UUID).randomUUID()} notifySender-out-0: binder: kafka-notify-error-out content-type: ${KAFKA_CONTENT_TYPE:application/json}