Interact runtime configurations

Gateway

All Journey specific configurations for the Kafka connection details are configured under Affinium|interact|triggeredMessage|gateways. A new template named “Journey” is available under gateways which must be used if the outbound channel information is to be sent to the Journey system. The following are the mandatory configurations required for the Journey outbound gateway to work.
  • Kafka Connection Details: Kafka connection details must be configured as parameters to the Journey gateway. The parameters must include all required details like Kafka Broker URL, Kafka Topic, authentication parameters, etc. to enable Interact runtime to successfully send outbound messages to Journey. To find the Kafka parameters required for configuration, see the Unica Interact runtime environment configuration properties section which includes details about creating Kafka Producer. Here are the sample parameters which you require to set in case of 'authentication= none' .
    • providerURL: Kafka_server_ip:port
    • topic: Kafka_topicname
    • authentication: kafka authentication mode.
    • validationTimeoutMillis: This is used at the time of validation of the outgoing message. You can set any suitable value in mili seconds as per your requirement.
    • deliveryTimeoutMillis: This is used at the time of sending out the message. You can set any suitable value in mili seconds as per your requirement.