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

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
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.