From 4fbf7cc8da21482bcc88809ec0febc93003f20b0 Mon Sep 17 00:00:00 2001 From: stitenko Date: Fri, 19 Jun 2026 18:20:00 +0300 Subject: [PATCH] Updated Confluent Cloud setup in Kafka Integration --- src/content/_includes/docs/user-guide/integrations/kafka.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/_includes/docs/user-guide/integrations/kafka.mdx b/src/content/_includes/docs/user-guide/integrations/kafka.mdx index e77a87f7d3..08634a84e7 100644 --- a/src/content/_includes/docs/user-guide/integrations/kafka.mdx +++ b/src/content/_includes/docs/user-guide/integrations/kafka.mdx @@ -2,7 +2,7 @@ import DocLink from '@components/DocLink.astro'; import ImageGallery from '~/components/ImageGallery.astro'; import DocImage from '~/components/DocImage.astro'; import Banner from '~/components/Banner.astro'; -import { Steps, Aside } from '@astrojs/starlight/components'; +import { Steps, Aside, Code } from '@astrojs/starlight/components'; import { Products } from '~/models/site.models'; import Tabs from '@components/Tabs.astro'; import TabItem from '@components/TabItem.astro'; @@ -259,7 +259,7 @@ When enabled, ThingsBoard generates an **Integration key** and **Integration sec
  • Create an API key. Go to Data integration → API keys and click Create key. Select Global access (development) or Granular access (production), complete the wizard, then copy the generated key and secret. Use them in sasl.jaas.config: -
    {'org.apache.kafka.common.security.plain.PlainLoginModule required username="YOUR_KEY" password="YOUR_SECRET";'}
    +