Connection Schema Registry
Required parameters
For connect Prafka Desktop to Schema Registry, you must specify the parameter "URL"
Authentication
Authentication can be configured in two ways:
- using the "Authentication Method" block by selecting Basic auth, Bearer token or SSL
- using the "Additional parameters"
If the block "Authentication method" does not suit you, then use the block "Additional parameters"
Basic auth
When selecting Basic auth as the authentication method, the following schema registry client parameters are set:
schema.registry.basic.auth.credentials.sourceis equal to USER_INFOschema.registry.basic.auth.user.infogenerated based on the value of the fields "User" and "Password"
Bearer token
When selecting Bearer token as the authentication method, the following schema registry client parameters are set:
schema.registry.bearer.auth.credentials.sourceis equal to STATIC_TOKENschema.registry.bearer.auth.tokenis equal to the value of the field "Bearer token"
SSL
When selecting SSL as the authentication method, the following schema registry client parameters are set:
schema.registry.ssl.keystore.locationif filledschema.registry.ssl.keystore.passwordif filledschema.registry.ssl.key.passwordif filledschema.registry.ssl.truststore.locationif filledschema.registry.ssl.truststore.passwordif filled
Additional parameters
You can use any schema registry client parameters used in https://github.com/confluentinc/schema-registry/tree/master/client
Format key=value
Some parameters need to be specified with the prefix schema.registry., and some without.
The parameters specified in this block will have a higher priority than the parameters specified in the previous blocks.