Skip to content

Commit

Permalink
Merge pull request #19735 from quarkusio/paulrobinson-patch-3
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
Sanne authored Aug 27, 2021
2 parents 72f4b77 + 4f0e63d commit 2b2ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kafka-reactive-getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public class QuotesProcessor {
<2> Indicates that the objects returned by the method are sent to the `quotes` channel.
<3> Indicates that the processing is _blocking_ and cannot be run on the caller thread.

For every Kafka _record_ from the `quote-requests` topic, Reactive Messagins calls the `process` method, and sends the returned `Quote` object to the `quotes` channel.
For every Kafka _record_ from the `quote-requests` topic, Reactive Messaging calls the `process` method, and sends the returned `Quote` object to the `quotes` channel.
As with the previous example, we need to configure the connectors in the `application.properties` file, to map the `requests` and `quotes` channels to Kafka topics:

[source, properties]
Expand Down

0 comments on commit 2b2ee60

Please sign in to comment.