Skip to main content

Connection Kafka Connect

For connect Prafka Desktop to Kafka Connect, you must specify two mandatory parameters Name and 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 http header Authorization: Basic *** is set for the kafka connect client, generated based on the value of the fields "User" and "Password"

SSL

When selecting SSL as the authentication method, the following parameters of the kafka connect client are set:

  • ssl.keystore.location if filled
  • ssl.keystore.password if filled
  • ssl.truststore.location if filled
  • ssl.truststore.password if filled

Additional parameters

You can use the following parameters:

  • ssl.keystore.location
  • ssl.keystore.password
  • ssl.truststore.location
  • ssl.truststore.password
  • ssl.endpoint.identification.algorithm

Format key=value

caution

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