
Apache Kafka TopicList
CertifiedList Kafka topics
Apache Kafka TopicList
Certified
List Kafka topics
Lists topic names visible to the AdminClient. Internal topics (e.g. __consumer_offsets) are excluded by default.
yaml
type: io.kestra.plugin.kafka.TopicListExamples
List all topics on a cluster
yaml
id: kafka_topic_list
namespace: company.team
tasks:
- id: list_topics
type: io.kestra.plugin.kafka.TopicList
properties:
bootstrap.servers: localhost:9092
Properties
properties *Requiredobject
Kafka AdminClient properties
Must include bootstrap.servers; accepts any Kafka AdminClient config. Provide base64-encoded content for ssl.keystore.location and ssl.truststore.location when using SSL.
includeInternal booleanstring
Default
falseInclude internal topics
Defaults to false.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
timeout string
Default
PT30SAdminClient call timeout
Maximum duration to wait for each AdminClient operation to complete before failing the task. Defaults to PT30S (30 seconds).
Outputs
topics array
SubTypestring
Topic names