Skip to content

Commit

Permalink
fixed typo: @output -> @Outgoing
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed May 7, 2021
1 parent 5551461 commit c7349e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit c7349e1

Please sign in to comment.