Configuring the Kafka server information

You must configure the Kafka server properties to enable the ingestion status communication.

Procedure

  1. Create a directory that is named /opt/ibm/ccs/kafka.
  2. Go to the directory, and create a file that is named producer.properties.
  3. Open the producer.properties file in a text editor, and add the following property:
    booststrap.servers=<SurveillanceInsightKafkaNodeIP:Port>

    Where <SurveillanceInsightKafkaNodeIP:Port> is the server name and port number where the Kafka broker is running.

  4. Save and close the producer.properties file.