Skip to content

Commit

Permalink
group id test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitolo-Andrea committed Jan 15, 2025
1 parent a397f5e commit d6f7b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d6f7b33

Please sign in to comment.