WIP wip-outbound-channel-adapter
authorKai Moritz <kai@juplo.de>
Sun, 17 Jul 2022 16:27:14 +0000 (18:27 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 17 Jul 2022 16:27:14 +0000 (18:27 +0200)
src/main/resources/integration.xml

index fedf933..1d73e0c 100644 (file)
@@ -11,7 +11,7 @@
   <int:channel id="words" />
 
   <int-kafka:outbound-channel-adapter
-      id="foo"
+      id="kafka-out"
       channel="words"
       kafka-template="kafkaTemplate"
       topic="${juplo.wordcount.splitter.output-topic}"