Skip to main content

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:

tip

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.source is equal to USER_INFO
  • schema.registry.basic.auth.user.info generated 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.source is equal to STATIC_TOKEN
  • schema.registry.bearer.auth.token is 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.location if filled
  • schema.registry.ssl.keystore.password if filled
  • schema.registry.ssl.key.password if filled
  • schema.registry.ssl.truststore.location if filled
  • schema.registry.ssl.truststore.password if 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

caution

Some parameters need to be specified with the prefix schema.registry., and some without.

caution

The parameters specified in this block will have a higher priority than the parameters specified in the previous blocks.