Kafka configurations

To configure the Kafka server for Journey, make the necessary modifications to the kafka-configMap.yaml file.

To access the kafka-configMap.yaml file, navigate to /unica/templates/ in the Unica charts folder. Open the file and make modifications to the following parameters:

Table 1. Database-parameters of Kafka configuration
Parameter name Parameter description
JOURNEY_DATABASE_HOST Host system details of the system hosting the Journey database.
JOURNEY_DATABASE_PORT Port number of the Journey database.
JOURNEY_DATABASE_USERNAME Username to access the Journey database.
JOURNEY_DATABASE_PASSWORD Password to access the Journey database.
JOURNEY_DATABASE_NAME Name of the Journey database.
Table 2. Common parameters of Kafka configuration
Parameter name Parameter description
KAFKA_SERVER The details of the system hosting the Kafka server.
KAFKA_HOST_NAME The host name of the Kafka server.
KAFKA_PORT The port number to access the Kafka server.
JOURNEY_HOST_NAME The host name of the Journey server.
JOURNEY_PORT The port number to access the Journey server.
ZOOKEEPER_PORT