Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

Table of Contents
maxLevel2
absoluteUrltrue

...

Prerequisites

None.

Limitations

None,.

Known Issues

None,.

Account Settings


ParameterData TypeDescriptionDefault ValueExample 
LabelString

Required. Specify a unique label for the account.

N/AKafka SSL Account
Bootstrap Servers

Use this field set to configure a list of Bootstrap servers. Click  to add a new row in this table for configuring bootstrap servers. 

This field set contains the Bootstrap Server field.

Bootstrap ServerString/ExpressionSpecify the host:port pairs to be used for establishing the initial connection to the Kafka cluster.N/Aec2-54-234-24-58.compute-1.amazonaws.com:9092
Schema Registry URLString/ExpressionEnter the schema registry server URL.N/Ahttp://ec2-54-234-24-58.compute-1.amazonaws.com:8081
Advanced Kafka Properties

Use this field set to specify any additional Kafka properties for connecting to the Kafka server that are not explicitly provided in the Confluent Kafka Snaps.

Note

You can use advanced properties to set Kafka properties that are not explicitly set in the Kafka Snaps. However, if you set the same properties in the Kafka Snaps and the advanced properties, then the Snap properties are used by the Pipeline. These properties are passed directly to the server and are not tested by SnapLogic, Inc.

This field set contains the following fields:

  • Key
  • Value
Key String/ExpressionSpecify the key for any Kafka parameters that are not explicitly supported by the Snaps.N/ACustomer2

Value

String/Expression/IntegerSpecify the value for the corresponding key that are not explicitly supported by the Snaps.N/A600
Security ProtocolString/Expression/Suggestion

Select the security protocol from the drop-down list. The available options are:

  • SSL
  • SASL_SSL
  • SASL_PLAINTEXT
SSLSASL_PLAINTEXT
Truststore FilepathString/ExpressionSelect the location of the Truststore file that is used to authenticate the server.

N/Akafka.net.ssl.truststore
Truststore PasswordString

Specify the password for the Truststore file.

N/Atest1234
Keystore FilepathString/ExpressionSelect the location of Keystore filepath of the client.N/A:\var\private\ssl\kafka.client.keystore.jks
Keystore File PasswordStringSpecify the Keystore password to access the Keystore file that is used for client authentication.
The keystore file contains the private key of the certificate; hence, it needs to be secure.
N/A

d$ra0W$$#p!9

SSL Key PasswordStringSpecify the SSL password of the private key in the SSL key store file.N/Apassword3
SASL Properties

Use this field set to specify the account properties that are used for the security protocols.

This field set contains the following fields:

  • SASL Mechanism
  • SASL Username
  • SASL Password
SASL MechanismString/Expression/Suggestion

Select the SASL authentication mechanism for the account from the list. The available options are:

  • PLAIN
  • SCRAM-SHA-256
  • SCRAM-SHA-512
PLAINSCRAM-SHA-512
SASL Username or KeyString/Expression

Activates when you select SASL_SSL or SASL_PLAINTEXT for Security Protocol. Specify the username for the SASL security protocol.
To connect to Confluent Cloud, enter the API Key.

To set up an account for Confluent Cloud:

  • The Security Protocol must be set to SASL_SSL.
  • The SASL Username or Key and SASL Password or Secret should be set to the Key and Secret obtained from the Confluent Control center.
Image Removed
  • The SASL Mechanism must be PLAIN.

Image Added

N/AAdmin
SASL Password or SecretString

Activates when you select SASL_SSL or SASL_PLAINTEXT for Security ProtocolSpecify the password for the SASL security protocol.
To connect to Confluent Cloud, enter the API Secret obtained from the Confluent Control Center.

N/Apassword4
Schema Registry Authentication

Use this field set to specify the Registry Username and Password in case the Schema Registry requires authentication. This field set contains the following fields:

  • Registry Username or Key
  • Registry Password or Secret

If you are using Avro data type, the Schema Registry URL and Schema Registry Authentication values must be provided as advised by the Confluent Control Center.

Registry Username or KeyString/ExpressionSpecify the username or key for schema registry authentication.N/Atransactions-key
Registry Password or SecretStringSpecify the password or secret for schema registry authentication.N/Atr@nS@xt-001

...