Validating Kafka Access Module - Teradata Tools and Utilities

Teradata® Tools and Utilities for Microsoft Windows Installation Guide

Product
Teradata Tools and Utilities
Release Number
17.10
Published
October 2021
Language
English (United States)
Last Update
2021-11-21
dita:mapPath
vun1608578360787.ditamap
dita:ditavalPath
dpj1465132351025.ditaval
dita:id
B035-2407
lifecycle
previous
Product Category
Teradata Tools and Utilities
PrerequisiteVerify Teradata Parallel Transporter is installed on the system.
For more information about Teradata Access Module for Kafka, see Teradata® Tools and Utilities Access Module Reference, B035-2425.
  1. Open a command prompt.
  2. Create a database username and password.
  3. Change directory to INSTALL_DIR/AXSMOD/quickstart.
  4. Change directory to INSTALL_DIR/AXSMOD/validate.
  5. Run the command kafkaaxsmodvalidate.bat <Tpdid> <UserName> <UserPassword> <TOPICNAME> <BROKER> <PARTITIONS> where the following is true:
    • <Tpdid> is a database name id.
    • <UserName> is database User Name.
    • <TOPICNAME> is a Kafka Message Server topic name.
    • <BROKER> is a kafka Message Server Broker, e.g., KAFKASERVERIPADDRESS:PORTNO.
    • <PARTITIONS> is partitions of the topic, e.g., 0,1.

The validation script executes kafkaaxsmod_qstart.tpt in the quickstart directory.