Getting Started with Streaming Analytics
Also available as:
PDF

Create the Kafka Topics

Kafka topics are categories or feed names to which records are published.

  1. Log into the node where Kafka broker is running.
  2. Download script createKafkaTopics.sh from here: https://raw.githubusercontent.com/georgevetticaden/sam-trucking-data-utils/hdf-3-2/src/main/resources/scripts/smm/createKafkaTopics.sh
  3. Execute the script by passing as arg ZK:Port
    For example:
    ./createKafkaTopics.sh ZK_HOST:2181