From: Kai Moritz Date: Sun, 17 Jul 2022 16:22:41 +0000 (+0200) Subject: WIP X-Git-Tag: wip-outbound-channel-adapter~2 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=f8c495c30e42ac414e29ddd5cce792d513b006d1;p=demos%2Fkafka%2Fwordcount WIP --- diff --git a/src/main/resources/integration.xml b/src/main/resources/integration.xml index 4971132..fedf933 100644 --- a/src/main/resources/integration.xml +++ b/src/main/resources/integration.xml @@ -14,7 +14,7 @@ id="foo" channel="words" kafka-template="kafkaTemplate" - topic-expression="outputTopic" + topic="${juplo.wordcount.splitter.output-topic}" message-key-expression="headers['kafka_receivedMessageKey']" />