Configuring the Apache Kafka topic names for Talend Data Stewardship - Cloud

Talend Cloud Hybrid Installation Guide

Version
Cloud
Language
English
EnrichDitaval
Linux
Product
Talend Cloud
Module
Talend Data Preparation
Talend Data Stewardship
Talend Management Console
Content
Installation and Upgrade
You can enable the configuration of the Apache Kafka topic names for Talend Data Stewardship by adding extra parameters to the data-stewardship.properties file and changing their values accordingly.

Procedure

  1. Open the <Tomcat>/conf/data-stewardship.properties file.
  2. Add the following lines:
    
                      tds.taskBatch.topic=impact-analysis-batch
    schema.crud.topic=schemas
    schema.references.topic=schemas-references
    dq.dictionary.topic=dqDictionary
                   

    This example shows the default values of the parameters which you can change according to your needs.

    However, if you change the value of dq.dictionary.topic, you should also change it in spring.cloud.stream.bindings.dqDictionary.destination in the tdqdict.properties file.