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.

Check warning on line 1022 in docs/src/main/asciidoc/kafka.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'. Raw Output: {"message": "[Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'.", "location": {"path": "docs/src/main/asciidoc/kafka.adoc", "range": {"start": {"line": 1022, "column": 16}}}, "severity": "INFO"}

Expand Down

0 comments on commit e44d7a7

Please sign in to comment.