KafkaNodeTopicPartitionLogDescription
KafkaNodeTopicPartitionLogDescription
is a datatype for a Kafka node topic partition description.
Table: KafkaNodeTopicPartitionLogDescription
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 25, 2024 | |||||
isFuture | boolean | yes | Short-Term | Whether is future. | |
offset | long | yes | Short-Term | The amount of offset. | |
size | long | yes | Short-Term | The size. | |
topicPartition | KafkaTopicPartition | yes | Short-Term | The topic of the partition. See KafkaTopicPartition . |