From a56f3676711b7fa42203f289cedcf698387908e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20J=C4=99drzejewski?= Date: Wed, 29 Jan 2025 15:24:50 +0100 Subject: [PATCH] Remove dots --- docs/configuration/model/ModelConfiguration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/model/ModelConfiguration.md b/docs/configuration/model/ModelConfiguration.md index 0b926c9cf66..52971b60176 100644 --- a/docs/configuration/model/ModelConfiguration.md +++ b/docs/configuration/model/ModelConfiguration.md @@ -191,10 +191,10 @@ in the config. Nussknacker supports multitenancy, allowing multiple Nussknacker designer instances to operate on shared infrastructure components, such as Kafka, Flink, or InfluxDB. This is achieved by using configured namespaces to isolate resources: -- Kafka Topics: Prefixed with a namespace. +- Kafka Topics: Prefixed with a namespace - Kafka Consumer Groups: Prefixed with a namespace -- Flink Jobs: Prefixed with a namespace. -- InfluxDB Metrics: Tagged with an additional namespace tag. +- Flink Jobs: Prefixed with a namespace +- InfluxDB Metrics: Tagged with an additional namespace tag A namespace configuration can be defined as follows: