View Source KlifeProtocol.Messages.DescribeProducers (Klife Protocol v0.7.0)
Kafka protocol DescribeProducers message
Request versions summary:
Response versions summary:
Link to this section Summary
Functions
Returns the message api key number.
Receive a binary in the kafka wire format and deserialize it into a map.
Returns the current max supported version of this message.
Returns the current min supported version of this message.
Receives a map and serialize it to kafka wire format of the given version.
Link to this section Functions
Returns the message api key number.
Receive a binary in the kafka wire format and deserialize it into a map.
Response content fields:
throttle_time_ms: The duration in milliseconds for which the request was throttled due to a quota violation, or zero if the request did not violate any quota. (int32 | versions 0+)
topics: Each topic in the response. ([]TopicResponse | versions 0+)
name: The topic name (string | versions 0+)
partitions: Each partition in the response. ([]PartitionResponse | versions 0+)
partition_index: The partition index. (int32 | versions 0+)
error_code: The partition error code, or 0 if there was no error. (int16 | versions 0+)
error_message: The partition error message, which may be null if no additional details are available (string | versions 0+)
active_producers: ([]ProducerState | versions 0+)
producer_id: (int64 | versions 0+)
producer_epoch: (int32 | versions 0+)
last_sequence: (int32 | versions 0+)
last_timestamp: (int64 | versions 0+)
coordinator_epoch: (int32 | versions 0+)
current_txn_start_offset: (int64 | versions 0+)
Returns the current max supported version of this message.
Returns the current min supported version of this message.
Receives a map and serialize it to kafka wire format of the given version.
Input content fields:
topics: ([]TopicRequest | versions 0+)
name: The topic name. (string | versions 0+)
partition_indexes: The indexes of the partitions to list producers for. ([]int32 | versions 0+)