mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 09:23:45 +00:00
Docs: Updated Kafka Schema Registry Config Broken Link (#17687)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
parent
5e6ad2615b
commit
b2850b4b9a
@ -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.
|
- **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).
|
- **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
|
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 %}
|
{% note %}
|
||||||
To ingest the topic schema `Schema Registry URL` must be passed
|
To ingest the topic schema `Schema Registry URL` must be passed
|
||||||
|
|||||||
@ -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
|
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
|
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
|
[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:
|
The image below shows what the configuration of a local Kafka server with a secured schema registry would look like:
|
||||||
|
|
||||||
|
|||||||
@ -112,7 +112,7 @@ By default, user info is extracted from the URL if present.
|
|||||||
{% codeInfo srNumber=8 %}
|
{% codeInfo srNumber=8 %}
|
||||||
|
|
||||||
**schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the
|
**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.
|
**Note:** To ingest the topic schema, `schemaRegistryURL` must be passed.
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- **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.
|
- **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).
|
- **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 %}
|
{% note %}
|
||||||
To ingest the topic schema `Schema Registry URL` must be passed
|
To ingest the topic schema `Schema Registry URL` must be passed
|
||||||
|
|||||||
@ -111,7 +111,7 @@ By default, user info is extracted from the URL if present.
|
|||||||
{% codeInfo srNumber=8 %}
|
{% codeInfo srNumber=8 %}
|
||||||
|
|
||||||
**schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the
|
**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.
|
**Note:** To ingest the topic schema, `schemaRegistryURL` must be passed.
|
||||||
|
|
||||||
|
|||||||
@ -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`.
|
- **`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.
|
- **`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: `{}`.
|
- **`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*.
|
- **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*.
|
||||||
## Definitions
|
## Definitions
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- **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).
|
- **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
|
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 %}
|
{% note %}
|
||||||
To ingest the topic schema `Schema Registry URL` must be passed
|
To ingest the topic schema `Schema Registry URL` must be passed
|
||||||
|
|||||||
@ -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
|
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
|
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
|
[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:
|
The image below shows what the configuration of a local Kafka server with a secured schema registry would look like:
|
||||||
|
|
||||||
|
|||||||
@ -112,7 +112,7 @@ By default, user info is extracted from the URL if present.
|
|||||||
{% codeInfo srNumber=8 %}
|
{% codeInfo srNumber=8 %}
|
||||||
|
|
||||||
**schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the
|
**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.
|
**Note:** To ingest the topic schema, `schemaRegistryURL` must be passed.
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- **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.
|
- **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).
|
- **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 %}
|
{% note %}
|
||||||
To ingest the topic schema `Schema Registry URL` must be passed
|
To ingest the topic schema `Schema Registry URL` must be passed
|
||||||
|
|||||||
@ -111,7 +111,7 @@ By default, user info is extracted from the URL if present.
|
|||||||
{% codeInfo srNumber=8 %}
|
{% codeInfo srNumber=8 %}
|
||||||
|
|
||||||
**schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the
|
**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.
|
**Note:** To ingest the topic schema, `schemaRegistryURL` must be passed.
|
||||||
|
|
||||||
|
|||||||
@ -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`.
|
- **`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.
|
- **`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: `{}`.
|
- **`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*.
|
- **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*.
|
||||||
## Definitions
|
## Definitions
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- **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).
|
- **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
|
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 %}
|
{% note %}
|
||||||
To ingest the topic schema `Schema Registry URL` must be passed
|
To ingest the topic schema `Schema Registry URL` must be passed
|
||||||
|
|||||||
@ -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
|
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
|
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
|
[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:
|
The image below shows what the configuration of a local Kafka server with a secured schema registry would look like:
|
||||||
|
|
||||||
|
|||||||
@ -112,7 +112,7 @@ By default, user info is extracted from the URL if present.
|
|||||||
{% codeInfo srNumber=8 %}
|
{% codeInfo srNumber=8 %}
|
||||||
|
|
||||||
**schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the
|
**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.
|
**Note:** To ingest the topic schema, `schemaRegistryURL` must be passed.
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- **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.
|
- **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).
|
- **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 %}
|
{% note %}
|
||||||
To ingest the topic schema `Schema Registry URL` must be passed
|
To ingest the topic schema `Schema Registry URL` must be passed
|
||||||
|
|||||||
@ -111,7 +111,7 @@ By default, user info is extracted from the URL if present.
|
|||||||
{% codeInfo srNumber=8 %}
|
{% codeInfo srNumber=8 %}
|
||||||
|
|
||||||
**schemaRegistryConfig**: The accepted additional values for the Schema Registry configuration can be found in the
|
**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.
|
**Note:** To ingest the topic schema, `schemaRegistryURL` must be passed.
|
||||||
|
|
||||||
|
|||||||
@ -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`.
|
- **`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.
|
- **`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: `{}`.
|
- **`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*.
|
- **`supportsMetadataExtraction`**: Refer to *../connectionBasicType.json#/definitions/supportsMetadataExtraction*.
|
||||||
## Definitions
|
## Definitions
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user