diff --git a/docs/src/main/asciidoc/kafka.adoc b/docs/src/main/asciidoc/kafka.adoc index 9c96b97477766..a5b38963d2114 100644 --- a/docs/src/main/asciidoc/kafka.adoc +++ b/docs/src/main/asciidoc/kafka.adoc @@ -354,7 +354,7 @@ You can build the native executable with: Sometimes, you need to have an imperative way of sending messages. For example, if you need to send a message to a stream, from inside a REST endpoint, when receiving a POST request. -In this case, you cannot use `@Output` because your method has parameters. +In this case, you cannot use `@Outgoing` because your method has parameters. For this, you can use an `Emitter`.