We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7785d commit 71a273eCopy full SHA for 71a273e
src/reference/asciidoc/kafka.adoc
@@ -560,7 +560,7 @@ public IntegrationFlow serverGateway(
560
ConcurrentMessageListenerContainer<Integer, String> container,
561
KafkaTemplate<Integer, String> replyTemplate) {
562
return IntegrationFlows
563
- .from(Kafka.inboundGateway(container, template)
+ .from(Kafka.inboundGateway(container, replyTemplate)
564
.replyTimeout(30_000))
565
.<String, String>transform(String::toUpperCase)
566
.get();
0 commit comments