From 3f9404c7572b1bb6cb050c0005ff23fb20af5cc5 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 13 Mar 2026 15:08:47 +0100 Subject: [PATCH 1/2] docs: Add note about using Open Street Maps --- docs/modules/demos/pages/nifi-kafka-druid-earthquake-data.adoc | 2 +- docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/demos/pages/nifi-kafka-druid-earthquake-data.adoc b/docs/modules/demos/pages/nifi-kafka-druid-earthquake-data.adoc index feb95649..28a03d7d 100644 --- a/docs/modules/demos/pages/nifi-kafka-druid-earthquake-data.adoc +++ b/docs/modules/demos/pages/nifi-kafka-druid-earthquake-data.adoc @@ -343,7 +343,7 @@ image::nifi-kafka-druid-earthquake-data/superset_7a.png[] The distribution of the earthquakes matches the continental plate margins. This is the expected distribution from the {wikipedia}[Wikipedia article on Earthquakes]. -NOTE: The earthquakes are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. The figure below shows how this would look if the user has their own key: +NOTE: The earthquakes are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. You can select one of the Open Street Map (OSM) styles on the left. The figure below shows how this would look if the user has their own key: image::nifi-kafka-druid-earthquake-data/superset_7b.png[] diff --git a/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc b/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc index 9b2053d9..c6f39ba8 100644 --- a/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc +++ b/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc @@ -491,7 +491,7 @@ charts. image::nifi-kafka-druid-water-level-data/superset_4a.png[] -NOTE: The charts on the right (`Current water level deviation` and `Stations distribution`) are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. The figure below shows how this would look if the user has their own key: +NOTE: The charts on the right (`Current water level deviation` and `Stations distribution`) are rendered without a background map, as this is dependent upon a mapbox API key, which cannot be hosted in a public repository. You can select one of the Open Street Map (OSM) styles on the left. The figure below shows how this would look if the user has their own key: image::nifi-kafka-druid-water-level-data/superset_4b.png[] From c87bfde22c107e16272bb513ffabdc2df7cbf10f Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 13 Mar 2026 15:09:01 +0100 Subject: [PATCH 2/2] docs: Fix kubectl command --- docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc b/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc index c6f39ba8..47504b2a 100644 --- a/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc +++ b/docs/modules/demos/pages/nifi-kafka-druid-water-level-data.adoc @@ -111,7 +111,7 @@ You can execute a command on the Kafka broker to list the available topics as fo [source,console] ---- -$ kubectl k exec kafka-broker-default-0 -c kafka -- \ +$ kubectl exec kafka-broker-default-0 -c kafka -- \ /stackable/kafka/bin/kafka-topics.sh \ --describe \ --bootstrap-server kafka-broker-default-headless.default.svc.cluster.local:9093 \