Skip to main content Skip to complementary content
Close announcements banner

Configuring the Apache Kafka topic names for Talend Data Stewardship

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!