Configuring the encrypted connection - Cloud - 8.0

Kafka

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Messaging components (Integration) > Kafka components
Data Quality and Preparation > Third-party systems > Messaging components (Integration) > Kafka components
Design and Development > Third-party systems > Messaging components (Integration) > Kafka components
Last publication date
2024-02-29

Configure tSetKeystore to use an encrypted connection in your Spark Streaming Job.

Before you begin

You need to have a keystore file already set-up.

Procedure

  1. In the TrustStore type field, select JKS from the drop-down list.
  2. In the TrustStore file field, browse to the corresponding truststore file. In this scenario, it is C:/clientTrustStore.trustStore.
  3. In the TrustStore password field, type in the password for this truststore file.
  4. Select the Need Client authentication check box to activate the keystore configuration fields.
  5. In the KeyStore type field, select JKS from the drop-down list.
  6. In the KeyStore file field, browse to the corresponding keystore file. In this scenario, it is C:/client.keystore.
  7. In the KeyStore password field, type in the password for this keystore file.
  8. Select the Check server identity to make the Job verify the match between the hostname of the URL and the hostname of the server.

Results

The tSetKeystore component is set up and you can use an encrypted connection in your Spark Streaming Job.