Campaign|partitions|partition[n]|Kafka|Journey

This category contains properties to configure the kafka used in Journeys for the selected partition

KafkaBrokerURL

Description
Kafka server being used with Journeys application. Example is IP-0A862D46:9092

CommunicationMechanism

Description
Specify the connection mechanism to connect to Kafka server.
Possible Values:

SASL_PLAINTEXT_SSL - Use this to connect to kafka with username/password and SSL enabled.

NO_SASL_PLAINTEXT_SSL - Use this to connect kafka with no authentication and no SSL.

SASL_PLAINTEXT - Use this to connect kafka with username and password only.

SSL - Use this to connect kafka without username/password but with SSL.

Default value:
NO_SASL_PLAINTEXT_SSL

KafkaKeyFile

Description
Specify the client key file if connection mechanism is using SSL. Example: /opt/Unica/Kafkakeys/client_key.pem

KafkaCertificateFile

Description
Specify the certificate file if connection mechanism is using SSL. Example: /opt/Unica/Kafkakeys/client_cert.pem

CertificateAuthorityFile

Description
It is signed certificate of Kafka Server, it is required when connection mechanism is using SSL. Example - /opt/Unica/Kafkakeys/ca-cert

UserForKafkaDataSource

Description
Marketing Platform user contains the datasource credentials for Kafka while connecting with username / password

KafkaDataSource

Description
DataSource containing the kafka user credentials.

TopicName

Description
Journeys designated topic for Campaign to push data to Journey.
Default value:
STREAMING_IMPORT
Note: Please do not change this as it would send data to Kafka topic which is not being used in Journey.