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:
- using the block "Authentication method" by selecting Basic auth or SSL
- using the block "Additional parameters"
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.locationif filledssl.keystore.passwordif filledssl.truststore.locationif filledssl.truststore.passwordif filled
Additional parameters
You can use the following parameters:
ssl.keystore.locationssl.keystore.passwordssl.truststore.locationssl.truststore.passwordssl.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.