Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubois committed Jul 2, 2024
2 parents 2cf4e61 + a24b19f commit b3d5cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/modules/ROOT/pages/16_kafka-and-streams.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Add the following properties to your `application.properties` in `src/main/resou
[.console-input]
[source,properties]
----
mp.messaging.outgoing.messages.connector=smallrye-kafka // <1>
mp.messaging.outgoing.messages.topic=pricedbeers // <2>
mp.messaging.outgoing.messages.connector=smallrye-kafka// <1>
mp.messaging.outgoing.messages.topic=pricedbeers// <2>
----
<1> `messages` channel is backed to Kafka
<2> `messages` channel sends events to `pricedbeers` topic
Expand Down

0 comments on commit b3d5cce

Please sign in to comment.