From ee0e0fb5caa6b45bca86454f715fe4f7d34a8875 Mon Sep 17 00:00:00 2001 From: Elder Moraes Date: Thu, 27 Jun 2024 15:17:37 -0300 Subject: [PATCH] Removed spaces that was messing with the Kafka properties for the 'Apache Kafka with Reactive Streams' section --- documentation/modules/ROOT/pages/15_kafka-and-streams.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/modules/ROOT/pages/15_kafka-and-streams.adoc b/documentation/modules/ROOT/pages/15_kafka-and-streams.adoc index 480a270..f9bdc56 100644 --- a/documentation/modules/ROOT/pages/15_kafka-and-streams.adoc +++ b/documentation/modules/ROOT/pages/15_kafka-and-streams.adoc @@ -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