KafkaTopicPartition is a datatype for a Kafka topic partition.

This datatype is used by the datatype, KafkaNodeTopicPartitionLogDescription, which is used by the datatype, KafkaLogDir, which is used the datatype, KafkaClusterDescription, which is used by the kafkaCluster() query field.

Table: KafkaTopicPartition

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 25, 2024
partitionintegeryes Short-TermThe number of the partition.
topicstringyes Short-TermThe Kafka topic for the partition.