Add Topic Metadata Details
To add the details for Topic Metadata, configure the arguments and Run the script in the following format which adds data to the relevant table in the AAI Config Schema:
./saveTopic.sh <TOPIC_NAME> <BOOTSTRAP_SERVERS>
<TOTAL_PARTITIONS>
Table C-1 Argument Description Table for Topic Metadata
Argument | Description |
---|---|
TOPIC_NAME |
The name of the Topic that you want to add. Topics is a virtual group(s) that stores or publishes data. It can have multiple consumers subscribing for the information. |
BOOTSTRAP_SERVERS | The details of the server on which Kafka is installed. The Topic listens to this Server. |
TOTAL_PARTITIONS | The total number of partitions for the Topic. |
For example:
./saveTopic.sh ECM_TF_SWIFT 192.0.2.1:7780 4