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:
89326c0
)
WIP
author
Kai Moritz
<kai@juplo.de>
Sun, 17 Jul 2022 15:58:09 +0000
(17:58 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 17 Jul 2022 15:58:09 +0000
(17:58 +0200)
src/main/resources/integration.xml
patch
|
blob
|
history
diff --git
a/src/main/resources/integration.xml
b/src/main/resources/integration.xml
index
9e6a5f1
..
13d2f87
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="
'out
'"
+ topic-expression="
${juplo.wordcount.splitter.output-topic}?:'BOOM
'"
message-key-expression="headers['kafka_receivedMessageKey']" />
</beans>