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 ecbefff commit dbd7bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spring:
binder: kafka-message-core-in
content-type: ${KAFKA_CONTENT_TYPE:application/json}
destination: ${KAFKA_TOPIC_MESSAGE_CORE:emd-courtesy-message}
group: ${KAFKA_MESSAGE_CORE_GROUP_IN_1:consumerOutcomeGroup}
group: consumerOutcomeGroup-Test-${!uuid()}
messageSender-out-0:
binder: kafka-message-core-out
content-type: ${KAFKA_CONTENT_TYPE:application/json}
Expand All @@ -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: group-${uuid:random}
group: g${KAFKA_MESSAGE_CORE_GROUP_IN:consumerOutcomeGroup}
notifySender-out-0:
binder: kafka-notify-error-out
content-type: ${KAFKA_CONTENT_TYPE:application/json}
Expand Down

0 comments on commit dbd7bba

Please sign in to comment.