diff --git a/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/index.md b/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/index.md index 5541d437b81..ccd8ab3117a 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/index.md +++ b/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/index.md @@ -52,7 +52,7 @@ The ingestion of the Kafka topics' schema is done separately by configuring the - **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present. - **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md). If you are using Confluent kafka and SSL encryption is enabled you need to add `security.protocol` as key and `SASL_SSL` as value under Consumer Config -- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). {% note %} To ingest the topic schema `Schema Registry URL` must be passed diff --git a/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/troubleshooting.md b/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/troubleshooting.md index 1ed88264f50..8b62f176154 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/troubleshooting.md +++ b/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/troubleshooting.md @@ -10,7 +10,7 @@ slug: /connectors/messaging/kafka/troubleshooting When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to be able to connect. The accepted values for the consumer can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md), while the ones optional for -the schema registry are [here](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +the schema registry are [here](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). The image below shows what the configuration of a local Kafka server with a secured schema registry would look like: diff --git a/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/yaml.md b/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/yaml.md index afefdab4516..436eeb7b65e 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/yaml.md +++ b/openmetadata-docs/content/v1.4.x/connectors/messaging/kafka/yaml.md @@ -112,7 +112,7 @@ By default, user info is extracted from the URL if present. {% codeInfo srNumber=8 %} **schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the -following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). **Note:** To ingest the topic schema, `schemaRegistryURL` must be passed. diff --git a/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/index.md b/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/index.md index 198db314257..d89f327af36 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/index.md +++ b/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/index.md @@ -51,7 +51,7 @@ The ingestion of the Kafka topics' schema is done separately by configuring the - **SASL Mechanism**: SASL mechanism to use for authentication. - **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present. - **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md). -- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). {% note %} To ingest the topic schema `Schema Registry URL` must be passed diff --git a/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/yaml.md b/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/yaml.md index ef3648d584a..4fa09e5bcbe 100644 --- a/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/yaml.md +++ b/openmetadata-docs/content/v1.4.x/connectors/messaging/redpanda/yaml.md @@ -111,7 +111,7 @@ By default, user info is extracted from the URL if present. {% codeInfo srNumber=8 %} **schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the -following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). **Note:** To ingest the topic schema, `schemaRegistryURL` must be passed. diff --git a/openmetadata-docs/content/v1.4.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md b/openmetadata-docs/content/v1.4.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md index bf78016c48a..944720cbbdc 100644 --- a/openmetadata-docs/content/v1.4.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md +++ b/openmetadata-docs/content/v1.4.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md @@ -17,7 +17,7 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messa - **`saslMechanism`**: sasl.mechanism Consumer Config property. Refer to *saslMechanismType.json*. Default: `PLAIN`. - **`basicAuthUserInfo`** *(string)*: basic.auth.user.info schema registry config property, Client HTTP credentials in the form of username:password. - **`consumerConfig`** *(object)*: Confluent Kafka Consumer Config. From https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md. Can contain additional properties. Default: `{}`. -- **`schemaRegistryConfig`** *(object)*: Confluent Kafka Schema Registry Config. From https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient. Can contain additional properties. Default: `{}`. +- **`schemaRegistryConfig`** *(object)*: Confluent Kafka Schema Registry Config. From https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient. Can contain additional properties. Default: `{}`. - **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*. ## Definitions diff --git a/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/index.md b/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/index.md index 664e62e1613..bfd6c9bff0d 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/index.md +++ b/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/index.md @@ -52,7 +52,7 @@ The ingestion of the Kafka topics' schema is done separately by configuring the - **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present. - **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md). If you are using Confluent kafka and SSL encryption is enabled you need to add `security.protocol` as key and `SASL_SSL` as value under Consumer Config -- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). {% note %} To ingest the topic schema `Schema Registry URL` must be passed diff --git a/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/troubleshooting.md b/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/troubleshooting.md index 5d5e12d3f60..f3131d8fec4 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/troubleshooting.md +++ b/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/troubleshooting.md @@ -10,7 +10,7 @@ slug: /connectors/messaging/kafka/troubleshooting When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to be able to connect. The accepted values for the consumer can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md), while the ones optional for -the schema registry are [here](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +the schema registry are [here](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). The image below shows what the configuration of a local Kafka server with a secured schema registry would look like: diff --git a/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/yaml.md b/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/yaml.md index 6d7d9f9aa83..03e466613b2 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/yaml.md +++ b/openmetadata-docs/content/v1.5.x/connectors/messaging/kafka/yaml.md @@ -112,7 +112,7 @@ By default, user info is extracted from the URL if present. {% codeInfo srNumber=8 %} **schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the -following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). **Note:** To ingest the topic schema, `schemaRegistryURL` must be passed. diff --git a/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/index.md b/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/index.md index f368eccebc2..e94d7652d88 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/index.md +++ b/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/index.md @@ -51,7 +51,7 @@ The ingestion of the Kafka topics' schema is done separately by configuring the - **SASL Mechanism**: SASL mechanism to use for authentication. - **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present. - **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md). -- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). {% note %} To ingest the topic schema `Schema Registry URL` must be passed diff --git a/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/yaml.md b/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/yaml.md index 56f360758ba..b95e48af58d 100644 --- a/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/yaml.md +++ b/openmetadata-docs/content/v1.5.x/connectors/messaging/redpanda/yaml.md @@ -111,7 +111,7 @@ By default, user info is extracted from the URL if present. {% codeInfo srNumber=8 %} **schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the -following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). **Note:** To ingest the topic schema, `schemaRegistryURL` must be passed. diff --git a/openmetadata-docs/content/v1.5.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md b/openmetadata-docs/content/v1.5.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md index bf78016c48a..944720cbbdc 100644 --- a/openmetadata-docs/content/v1.5.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md +++ b/openmetadata-docs/content/v1.5.x/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md @@ -17,7 +17,7 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messa - **`saslMechanism`**: sasl.mechanism Consumer Config property. Refer to *saslMechanismType.json*. Default: `PLAIN`. - **`basicAuthUserInfo`** *(string)*: basic.auth.user.info schema registry config property, Client HTTP credentials in the form of username:password. - **`consumerConfig`** *(object)*: Confluent Kafka Consumer Config. From https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md. Can contain additional properties. Default: `{}`. -- **`schemaRegistryConfig`** *(object)*: Confluent Kafka Schema Registry Config. From https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient. Can contain additional properties. Default: `{}`. +- **`schemaRegistryConfig`** *(object)*: Confluent Kafka Schema Registry Config. From https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient. Can contain additional properties. Default: `{}`. - **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*. ## Definitions diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/index.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/index.md index 0fcec56e8fd..c79fe768300 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/index.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/index.md @@ -52,7 +52,7 @@ The ingestion of the Kafka topics' schema is done separately by configuring the - **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present. - **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md). If you are using Confluent kafka and SSL encryption is enabled you need to add `security.protocol` as key and `SASL_SSL` as value under Consumer Config -- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). {% note %} To ingest the topic schema `Schema Registry URL` must be passed diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md index 5d5e12d3f60..f3131d8fec4 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/troubleshooting.md @@ -10,7 +10,7 @@ slug: /connectors/messaging/kafka/troubleshooting When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to be able to connect. The accepted values for the consumer can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md), while the ones optional for -the schema registry are [here](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +the schema registry are [here](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). The image below shows what the configuration of a local Kafka server with a secured schema registry would look like: diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/yaml.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/yaml.md index 0d3a553dd04..b25de9d6969 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/yaml.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/kafka/yaml.md @@ -112,7 +112,7 @@ By default, user info is extracted from the URL if present. {% codeInfo srNumber=8 %} **schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the -following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). **Note:** To ingest the topic schema, `schemaRegistryURL` must be passed. diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/index.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/index.md index f368eccebc2..e94d7652d88 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/index.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/index.md @@ -51,7 +51,7 @@ The ingestion of the Kafka topics' schema is done separately by configuring the - **SASL Mechanism**: SASL mechanism to use for authentication. - **Basic Auth User Info**: Schema Registry Client HTTP credentials in the form of `username:password`. By default, user info is extracted from the URL if present. - **Consumer Config**: The accepted additional values for the consumer configuration can be found in the following [link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md). -- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +- **Schema Registry Config**: The accepted additional values for the Schema Registry configuration can be found in the following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). {% note %} To ingest the topic schema `Schema Registry URL` must be passed diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/yaml.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/yaml.md index 56f360758ba..b95e48af58d 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/yaml.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/connectors/messaging/redpanda/yaml.md @@ -111,7 +111,7 @@ By default, user info is extracted from the URL if present. {% codeInfo srNumber=8 %} **schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the -following [link](https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient). +following [link](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient). **Note:** To ingest the topic schema, `schemaRegistryURL` must be passed. diff --git a/openmetadata-docs/content/v1.6.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md b/openmetadata-docs/content/v1.6.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md index bf78016c48a..944720cbbdc 100644 --- a/openmetadata-docs/content/v1.6.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md +++ b/openmetadata-docs/content/v1.6.x-SNAPSHOT/main-concepts/metadata-standard/schemas/entity/services/connections/messaging/kafkaConnection.md @@ -17,7 +17,7 @@ slug: /main-concepts/metadata-standard/schemas/entity/services/connections/messa - **`saslMechanism`**: sasl.mechanism Consumer Config property. Refer to *saslMechanismType.json*. Default: `PLAIN`. - **`basicAuthUserInfo`** *(string)*: basic.auth.user.info schema registry config property, Client HTTP credentials in the form of username:password. - **`consumerConfig`** *(object)*: Confluent Kafka Consumer Config. From https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md. Can contain additional properties. Default: `{}`. -- **`schemaRegistryConfig`** *(object)*: Confluent Kafka Schema Registry Config. From https://docs.confluent.io/5.5.1/clients/confluent-kafka-python/index.html#confluent_kafka.schema_registry.SchemaRegistryClient. Can contain additional properties. Default: `{}`. +- **`schemaRegistryConfig`** *(object)*: Confluent Kafka Schema Registry Config. From https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#schemaregistryclient. Can contain additional properties. Default: `{}`. - **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*. ## Definitions