mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
Docs: Kafka Registry URL Doc Updation (#19279)
This commit is contained in:
parent
bf8a9e4f46
commit
ea205d3ff4
@ -12,12 +12,9 @@ be able to connect. The accepted values for the consumer can be found in the fol
|
||||
[link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md), while the ones optional for
|
||||
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:
|
||||
|
||||
{% image
|
||||
src="/images/v1.6/connectors/kafka/kafka-config.png"
|
||||
alt="Configuration of a local Kafka server with a secured schema registry"
|
||||
caption="Configuration of a local Kafka server with a secured schema registry" /%}
|
||||
If you encounter issues connecting to the Schema Registry, ensure that the protocol is explicitly specified in the Schema Registry URL. For example:
|
||||
- Use `http://localhost:8081` instead of `localhost:8081`.
|
||||
The Schema Registry requires a properly formatted URL, including the protocol (`http://` or `https://`). While this differentiation is expected in the Schema Registry configuration, it may not be immediately apparent.
|
||||
|
||||
In case you are performing the ingestion through the CLI with a YAML file, the service connection config should look
|
||||
like this:
|
||||
|
@ -68,6 +68,10 @@ Example: `host1:9092,host2:9092`
|
||||
|
||||
**schemaRegistryURL**: URL of the Schema Registry used to ingest the schemas of the topics.
|
||||
|
||||
If you encounter issues connecting to the Schema Registry, ensure that the protocol is explicitly specified in the Schema Registry URL. For example:
|
||||
- Use `http://localhost:8081` instead of `localhost:8081`.
|
||||
The Schema Registry requires a properly formatted URL, including the protocol (`http://` or `https://`). While this differentiation is expected in the Schema Registry configuration, it may not be immediately apparent.
|
||||
|
||||
**NOTE**: For now, the schema will be the last version found for the schema name `{topic-name}-value`. An [issue](https://github.com/open-metadata/OpenMetadata/issues/10399) to improve how it currently works has been opened.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
@ -12,12 +12,9 @@ be able to connect. The accepted values for the consumer can be found in the fol
|
||||
[link](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md), while the ones optional for
|
||||
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:
|
||||
|
||||
{% image
|
||||
src="/images/v1.7/connectors/kafka/kafka-config.png"
|
||||
alt="Configuration of a local Kafka server with a secured schema registry"
|
||||
caption="Configuration of a local Kafka server with a secured schema registry" /%}
|
||||
If you encounter issues connecting to the Schema Registry, ensure that the protocol is explicitly specified in the Schema Registry URL. For example:
|
||||
- Use `http://localhost:8081` instead of `localhost:8081`.
|
||||
The Schema Registry requires a properly formatted URL, including the protocol (`http://` or `https://`). While this differentiation is expected in the Schema Registry configuration, it may not be immediately apparent.
|
||||
|
||||
In case you are performing the ingestion through the CLI with a YAML file, the service connection config should look
|
||||
like this:
|
||||
|
@ -68,6 +68,10 @@ Example: `host1:9092,host2:9092`
|
||||
|
||||
**schemaRegistryURL**: URL of the Schema Registry used to ingest the schemas of the topics.
|
||||
|
||||
If you encounter issues connecting to the Schema Registry, ensure that the protocol is explicitly specified in the Schema Registry URL. For example:
|
||||
- Use `http://localhost:8081` instead of `localhost:8081`.
|
||||
The Schema Registry requires a properly formatted URL, including the protocol (`http://` or `https://`). While this differentiation is expected in the Schema Registry configuration, it may not be immediately apparent.
|
||||
|
||||
**NOTE**: For now, the schema will be the last version found for the schema name `{topic-name}-value`. An [issue](https://github.com/open-metadata/OpenMetadata/issues/10399) to improve how it currently works has been opened.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 506 KiB |
Binary file not shown.
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 506 KiB |
@ -25,6 +25,10 @@ $$section
|
||||
|
||||
URL of the Schema Registry used to ingest the schemas of the topics.
|
||||
|
||||
If you encounter issues connecting to the Schema Registry, ensure that the protocol is explicitly specified in the Schema Registry URL. For example:
|
||||
- Use `http://localhost:8081` instead of `localhost:8081`.
|
||||
The Schema Registry requires a properly formatted URL, including the protocol (`http://` or `https://`). While this differentiation is expected in the Schema Registry configuration, it may not be immediately apparent.
|
||||
|
||||
**NOTE**: For now, the schema will be the last version found for the schema name `{topic-name}-value`. An [issue](https://github.com/open-metadata/OpenMetadata/issues/10399) to improve how it currently works has been opened.
|
||||
$$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user