Skip to content

Commit

Permalink
Merge pull request #162 from eldermoraes/master
Browse files Browse the repository at this point in the history
Removed spaces that was messing with the Kafka properties for the 'Ap…
  • Loading branch information
kdubois authored Jul 1, 2024
2 parents f7de6da + ee0e0fb commit a24b19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/modules/ROOT/pages/15_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 a24b19f

Please sign in to comment.