From: Kai Moritz Date: Sun, 17 Jul 2022 15:58:09 +0000 (+0200) Subject: WIP X-Git-Tag: wip-outbound-channel-adapter~5 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=d1e9bb8cf11c5fdba40d30ca0c7a87893a46db68;p=demos%2Fkafka%2Fwordcount WIP --- diff --git a/src/main/resources/integration.xml b/src/main/resources/integration.xml index 9e6a5f1..13d2f87 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="'out'" + topic-expression="${juplo.wordcount.splitter.output-topic}?:'BOOM'" message-key-expression="headers['kafka_receivedMessageKey']" />