From 2470ffda5c613a0ccfac2f71ea229a5aa0d7af42 Mon Sep 17 00:00:00 2001 From: Rounak Dhillon <162090200+RounakDhillon@users.noreply.github.com> Date: Fri, 16 May 2025 13:26:45 +0530 Subject: [PATCH] Doc: schemaRegistryTopicSuffixName updation (#21234) Co-authored-by: Rounak Dhillon --- .../content/v1.6.x/connectors/messaging/kafka/troubleshooting.md | 1 + .../content/v1.7.x/connectors/messaging/kafka/troubleshooting.md | 1 + .../connectors/messaging/kafka/troubleshooting.md | 1 + 3 files changed, 3 insertions(+) diff --git a/openmetadata-docs/content/v1.6.x/connectors/messaging/kafka/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/messaging/kafka/troubleshooting.md index 6d5673bab51..dd171c23452 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/messaging/kafka/troubleshooting.md +++ b/openmetadata-docs/content/v1.6.x/connectors/messaging/kafka/troubleshooting.md @@ -27,6 +27,7 @@ like this: type: Kafka bootstrapServers: localhost:9092 schemaRegistryURL: http://localhost:8081 + schemaRegistryTopicSuffixName: "suffix-name" consumerConfig: "ssl.truststore.password": "password" schemaRegistryConfig: diff --git a/openmetadata-docs/content/v1.7.x/connectors/messaging/kafka/troubleshooting.md b/openmetadata-docs/content/v1.7.x/connectors/messaging/kafka/troubleshooting.md index 2510f03813c..59869119fed 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/messaging/kafka/troubleshooting.md +++ b/openmetadata-docs/content/v1.7.x/connectors/messaging/kafka/troubleshooting.md @@ -27,6 +27,7 @@ like this: type: Kafka bootstrapServers: localhost:9092 schemaRegistryURL: http://localhost:8081 + schemaRegistryTopicSuffixName: "suffix-name" consumerConfig: "ssl.truststore.password": "password" schemaRegistryConfig: diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md index abb9103fac3..7f46700edfb 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md @@ -27,6 +27,7 @@ like this: type: Kafka bootstrapServers: localhost:9092 schemaRegistryURL: http://localhost:8081 + schemaRegistryTopicSuffixName: "suffix-name" consumerConfig: "ssl.truststore.password": "password" schemaRegistryConfig: