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:
d7b83a0
)
WIP
wip-outbound-channel-adapter
author
Kai Moritz
<kai@juplo.de>
Sun, 17 Jul 2022 16:27:14 +0000
(18:27 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 17 Jul 2022 16:27:14 +0000
(18:27 +0200)
src/main/resources/integration.xml
patch
|
blob
|
history
diff --git
a/src/main/resources/integration.xml
b/src/main/resources/integration.xml
index
fedf933
..
1d73e0c
100644
(file)
--- a/
src/main/resources/integration.xml
+++ b/
src/main/resources/integration.xml
@@
-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}"