This is an automated email from the ASF dual-hosted git repository.

obermeier pushed a commit to branch obermeier-patch-1
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 6b82272c9c0df2efb8cadf2e059e12f114dd0b7d
Author: Stefan Obermeier <[email protected]>
AuthorDate: Mon Sep 18 21:28:00 2023 +0200

    Add configuration hint for Kafka users.
---
 .../3-getting-live-data-from-the-streampipes-data-stream.ipynb          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/streampipes-client-python/docs/tutorials/3-getting-live-data-from-the-streampipes-data-stream.ipynb
 
b/streampipes-client-python/docs/tutorials/3-getting-live-data-from-the-streampipes-data-stream.ipynb
index 6f20e4f90..91fbaba7c 100644
--- 
a/streampipes-client-python/docs/tutorials/3-getting-live-data-from-the-streampipes-data-stream.ipynb
+++ 
b/streampipes-client-python/docs/tutorials/3-getting-live-data-from-the-streampipes-data-stream.ipynb
@@ -56,7 +56,7 @@
     "\n",
     "# Use this if you work locally:\n",
     "os.environ[\"BROKER-HOST\"] = \"localhost\"  \n",
-    "os.environ[\"KAFKA-PORT\"] = \"9094\" # When using Kafka as message 
broker"
+    "os.environ[\"KAFKA-PORT\"] = \"9094\" # When using Kafka as message 
broker. If Kafka is not running on localhost, KAFKA_ADVERTISED_LISTENERS should 
be adjusted to the external address"
    ]
   },
   {

Reply via email to