diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ca5de5b..433608e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -60,6 +60,7 @@ spring: binder: kafka-message-core-in content-type: ${KAFKA_CONTENT_TYPE:application/json} destination: ${KAFKA_TOPIC_MESSAGE_CORE:emd-courtesy-message} + group: consumerOutcomeGroup-${.Values.consumerGroup} messageSender-out-0: binder: kafka-message-core-out content-type: ${KAFKA_CONTENT_TYPE:application/json}