UPDATE SCHEMA_REGISTRY
Syntax
Description
Updates a Schema Registry with new parameters.
Arguments
schema_registry_name
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.
WITH (schema_registry_parameter = value [, … ])
This clause specifies Schema Registry parameters; see Schema Registry Parameters below for more information.
Schema Registry Parameters
Parameter Name | Description |
---|---|
| Type of Schema Registry.
Type: |
| Region the Schema Registry resides in. Type: String Valid values: See LIST REGIONS |
| List of comma separated |
| 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 Schema Registry Specific Parameters
Parameter Name | Description |
---|---|
| Credentials key for the Confluent Cloud Schema Registry. Default: None Type: String |
| Credentials secret for the Confluent Cloud Schema Registry. Default: None Type: String |
Confluent Platform Schema Registry Specific Parameters
Parameter Name | Description |
---|---|
| Login username for the Confluent Platform Schema Registry. Default: None Type: String |
| Login password for the Confluent Platform Schema Registry. Default: None Type: String |
| File path to client certificate for mutual TLS authentication in PEM format. Default: None Type: String |
| File path to client certificate key for mutual TLS authentication in PEM format. Default: None Type: String |
Examples
Update a Confluent Cloud Schema Registry with new credentials
The following updates a CONFLUENT_CLOUD
Schema Registry named ConfluentCloudSR
with new credential keys:
Update a Confluent Platform Schema Registry with new credentials
The following updates a CONFLUENT
Schema Registry named ConfluentPlatformSR
with new credential keys:
Last updated