mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 14:06:59 +00:00
parent
8eb0b25c19
commit
dd689d4aa8
@ -42,6 +42,12 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "password"
|
"format": "password"
|
||||||
},
|
},
|
||||||
|
"schemaRegistryTopicSuffixName": {
|
||||||
|
"title": "Schema Registry Topic Suffix Name",
|
||||||
|
"description": "Schema Registry Topic Suffix Name. The suffix to be appended to the topic name to get topic schema from registry.",
|
||||||
|
"type": "string",
|
||||||
|
"default": "-value"
|
||||||
|
},
|
||||||
"securityProtocol": {
|
"securityProtocol": {
|
||||||
"title": "Security Protocol",
|
"title": "Security Protocol",
|
||||||
"description": "security.protocol consumer config property",
|
"description": "security.protocol consumer config property",
|
||||||
|
@ -43,6 +43,11 @@ export interface RedpandaConnection {
|
|||||||
* Confluent Redpanda Schema Registry Config.
|
* Confluent Redpanda Schema Registry Config.
|
||||||
*/
|
*/
|
||||||
schemaRegistryConfig?: { [key: string]: any };
|
schemaRegistryConfig?: { [key: string]: any };
|
||||||
|
/**
|
||||||
|
* Schema Registry Topic Suffix Name. The suffix to be appended to the topic name to get
|
||||||
|
* topic schema from registry.
|
||||||
|
*/
|
||||||
|
schemaRegistryTopicSuffixName?: string;
|
||||||
/**
|
/**
|
||||||
* Confluent Redpanda Schema Registry URL.
|
* Confluent Redpanda Schema Registry URL.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user