UPDATE SCHEMA_REGISTRY
Last updated
Last updated
Updates a Schema Registry with new parameters.
Specifies the name of the new Schema Registry. For case-sensitive names, the name must be wrapped in double quotes, otherwise, the lowercased name will be used.
This clause specifies Schema Registry parameters; see Schema Registry Parameters below for more information.
Parameter Name | Description |
---|---|
The following updates a CONFLUENT_CLOUD
Schema Registry named ConfluentCloudSR
with new credential keys:
The following updates a CONFLUENT
Schema Registry named ConfluentPlatformSR
with new credential keys:
Parameter Name | Description |
---|---|
Parameter Name | Description |
---|---|
type
Type of Schema Registry.
Type: SCHEMA_REGISTRY_TYPE
Valid values: CONFLUENT
, CONFLUENT_CLOUD
access_region
Region the Schema Registry resides in. Type: String Valid values: See LIST REGIONS
uris
List of comma separated host:port
URIs to connect to the Schema Registry.
Type: String
properties.file
The file path to a yaml file containing other Schema Registry parameters. Default value: None Type: String Valid values: File path in current user's filesystem
confluent_cloud.key
Credentials key for the Confluent Cloud Schema Registry. Default: None Type: String
confluent_cloud.secret
Credentials secret for the Confluent Cloud Schema Registry. Default: None Type: String
confluent.username
Login username for the Confluent Platform Schema Registry. Default: None Type: String
confluent.password
Login password for the Confluent Platform Schema Registry. Default: None Type: String
tls.client.cert_file
File path to client certificate for mutual TLS authentication in PEM format. Default: None Type: String
tls.client.key_file
File path to client certificate key for mutual TLS authentication in PEM format. Default: None Type: String