Skip to content

Commit

Permalink
Merge pull request #40135 from tsegismont/patch-2
Browse files Browse the repository at this point in the history
Update kafka doc: Emitter
  • Loading branch information
gsmet authored Apr 18, 2024
2 parents 200652e + e44d7a7 commit 9b29cc7
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 @@ -1017,7 +1017,7 @@ In this case the producer will use this method as generator to create an infinit
@Outgoing("prices-out") CompletionStage<Message<T>> generate();
----

=== Sending messages with @Emitter
=== Sending messages with Emitter

Sometimes, you need to have an imperative way of sending messages.

Expand Down

0 comments on commit 9b29cc7

Please sign in to comment.