tKafkaCreateTopic Standard properties
These properties are used to configure tKafkaCreateTopic running in the Standard Job framework.
The Standard tKafkaCreateTopic component belongs to the Internet family.
The component in this framework is available in all Talend products with Big Data and in Talend Data Fabric.
Basic settings
Version |
Select the version of the Kafka cluster to be used. |
Use an existing connection |
Select this check box and in the Component List drop-down list, select the desired connection component to reuse the connection details you already defined. |
Zookeeper quorum list |
Enter the address of the Zookeeper service of the Kafka cluster to be used. The form of this address should be hostname:port. This information is the name and the port of the hosting node in this Kafka cluster. If you need to specify several addresses, separate them using a comma (,). |
Action on topic |
Select how a topic is created.
|
Topic name |
Enter the name of the topic to be created. |
Replication factor |
Enter the number of the replicas to be created for the logs (the message sets) of the topic partitions. |
Number of partitions |
Enter the number of partitions to be created for the topic. |
Set topic retention time (ms) |
Select this check box to define the maximum time in milliseconds during which the contents of the topic are retained. At the end of the time, the contents are removed or compacted depending on the policy you define in the Topic properties table in the Advanced settings view. |
Advanced settings
Topic properties |
Add the Kafka topic properties you need to customize to this table. For further information about the topic-level properties you can define in this table, see the section describing the topic-level configuration in Kafka's documentation in http://kafka.apache.org/documentation.html#topic-config. |
tStatCatcher Statistics |
Select this check box to gather the processing metadata at the Job level as well as at each component level. |
Usage
Usage rule |
This component is used standalone to create a topic that the other Kafka components can use in the other Jobs or subJobs. |
Limitation |
Due to license incompatibility, one or more JARs required to use this component are not provided. You can install the missing JARs for this particular component by clicking the Install button on the Component tab view. You can also find out and add all missing JARs easily on the Modules tab in the Integration perspective of your studio. For details, see Installing external modules. You can find more details about how to install external modules in Talend Help Center (https://help.talend.com). |