UPDATE SCHEMA_REGISTRY
Last updated
Last updated
Updates a with new parameters.
Specifies the name of the new schema registry. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.
This clause specifies schema registry parameters; see below for more information.
type
Type of schema registry.
Type: SCHEMA_REGISTRY_TYPE
Valid values: CONFLUENT
, CONFLUENT_CLOUD
access_region
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
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:
Region in which the schema registry resides. Type: String Valid values: See