From c73c14b65db852615ca152b713353b291a4550e8 Mon Sep 17 00:00:00 2001 From: Krystof Stekovic Date: Thu, 23 May 2024 15:58:11 +0200 Subject: [PATCH] [JBEAP-27122] kafka is not supported on Windows note --- microprofile-reactive-messaging-kafka/README-source.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/microprofile-reactive-messaging-kafka/README-source.adoc b/microprofile-reactive-messaging-kafka/README-source.adoc index 742f04b53b..a93f954ea9 100644 --- a/microprofile-reactive-messaging-kafka/README-source.adoc +++ b/microprofile-reactive-messaging-kafka/README-source.adoc @@ -887,6 +887,8 @@ $ ./bin/kafka-server-start.sh config/server.properties NOTE: Zookeeper and Kafka must be left running, so use a new terminal for other commands outlined in this quickstart. +NOTE: Kafka is not supported on Microsoft Windows, but Docker may be used to start a Kafka service on it. + == Build and Deploy the Initial Application Let's check that our application works!