projects
/
demos
/
kafka
/
wordcount
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb710f
)
WIP
author
Kai Moritz
<kai@juplo.de>
Sun, 17 Jul 2022 16:22:41 +0000
(18:22 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 17 Jul 2022 16:22:41 +0000
(18:22 +0200)
src/main/resources/integration.xml
patch
|
blob
|
history
diff --git
a/src/main/resources/integration.xml
b/src/main/resources/integration.xml
index
4971132
..
fedf933
100644
(file)
--- 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']" />
</beans>