mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 23:48:47 +00:00
Kafka Schema Registry Note (#10255)
This commit is contained in:
parent
46bdc8ab64
commit
b2aab148fa
@ -83,6 +83,13 @@ workflowConfig:
|
||||
- **consumerConfig**: Confluent Kafka Consumer Config.
|
||||
- **schemaRegistryConfig**:Confluent Kafka Schema Registry Config.
|
||||
|
||||
|
||||
<Note>
|
||||
|
||||
To ingest the topic schema `schemaRegistryURL` must be passed
|
||||
|
||||
</Note>
|
||||
|
||||
#### Source Configuration - Source Config
|
||||
|
||||
The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/messagingServiceMetadataPipeline.json):
|
||||
|
@ -83,6 +83,12 @@ workflowConfig:
|
||||
- **consumerConfig**: Confluent Kafka Consumer Config.
|
||||
- **schemaRegistryConfig**:Confluent Kafka Schema Registry Config.
|
||||
|
||||
<Note>
|
||||
|
||||
To ingest the topic schema `schemaRegistryURL` must be passed
|
||||
|
||||
</Note>
|
||||
|
||||
#### Source Configuration - Source Config
|
||||
|
||||
The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/messagingServiceMetadataPipeline.json):
|
||||
|
@ -134,6 +134,12 @@ the changes.
|
||||
- **Consumer Config**: Confluent Kafka Consumer Config.
|
||||
- **Schema Registry Config**:Confluent Kafka Schema Registry Config.
|
||||
|
||||
<Note>
|
||||
|
||||
To ingest the topic schema `Schema Registry URL` must be passed
|
||||
|
||||
</Note>
|
||||
|
||||
### 6. Configure Metadata Ingestion
|
||||
|
||||
In this step we will configure the metadata ingestion pipeline,
|
||||
|
@ -83,6 +83,12 @@ workflowConfig:
|
||||
- **consumerConfig**: Redpanda Consumer Config.
|
||||
- **schemaRegistryConfig**: Redpanda Schema Registry Config.
|
||||
|
||||
<Note>
|
||||
|
||||
To ingest the topic schema `schemaRegistryURL` must be passed
|
||||
|
||||
</Note>
|
||||
|
||||
#### Source Configuration - Source Config
|
||||
|
||||
The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/messagingServiceMetadataPipeline.json):
|
||||
|
@ -83,6 +83,12 @@ workflowConfig:
|
||||
- **consumerConfig**: Redpanda Consumer Config.
|
||||
- **schemaRegistryConfig**: Redpanda Schema Registry Config.
|
||||
|
||||
<Note>
|
||||
|
||||
To ingest the topic schema `schemaRegistryURL` must be passed
|
||||
|
||||
</Note>
|
||||
|
||||
#### Source Configuration - Source Config
|
||||
|
||||
The sourceConfig is defined [here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/messagingServiceMetadataPipeline.json):
|
||||
|
@ -134,6 +134,12 @@ the changes.
|
||||
- **Consumer Config**: Redpanda Consumer Config.
|
||||
- **Schema Registry Config**: Redpanda Schema Registry Config.
|
||||
|
||||
<Note>
|
||||
|
||||
To ingest the topic schema `Schema Registry URL` must be passed
|
||||
|
||||
</Note>
|
||||
|
||||
### 6. Configure Metadata Ingestion
|
||||
|
||||
In this step we will configure the metadata ingestion pipeline,
|
||||
|
Loading…
x
Reference in New Issue
Block a user