From d6f7b33501cd364fff24ac451799dc9bbac683a4 Mon Sep 17 00:00:00 2001 From: Vitolo-Andrea Date: Wed, 15 Jan 2025 12:04: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 87c685d..d4e8591 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: consumerOutcomeGroup-${T(java.util.UUID).randomUUID()} + group: consumerOutcomeGroup-#T(java.util.UUID).randomUUID().toString() notifySender-out-0: binder: kafka-notify-error-out content-type: ${KAFKA_CONTENT_TYPE:application/json}