KafkaLogDir is a datatype for a Kafka log directory.

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

Table: KafkaLogDir

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 25, 2024
errorstring  Short-TermThe last error generated by Kafka and logged.
nodeIDintegeryes Short-TermThe unique identifier of the node.
pathstringyes Short-TermThe path to the Kafka log directory.
topicPartitions[KafkaNodeTopicPartitionLogDescription]yes Short-TermKafka topic partitions being logged. See KafkaNodeTopicPartitionLogDescription.