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",
|
||||
"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": {
|
||||
"title": "Security Protocol",
|
||||
"description": "security.protocol consumer config property",
|
||||
|
@ -43,6 +43,11 @@ export interface RedpandaConnection {
|
||||
* Confluent Redpanda Schema Registry Config.
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user