Skip to content

Commit

Permalink
Update kafka doc: Emitter
Browse files Browse the repository at this point in the history
`Emitter` is not an annotation.
  • Loading branch information
tsegismont authored Apr 18, 2024
1 parent 25dac45 commit e44d7a7
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 e44d7a7

Please sign in to comment.