DescribeConfigsRequest build(short version)
DescribeConfigsRequest
DescribeConfigsRequest is a message request with DescribeConfigs API key and the following properties:
DescribeConfigsRequest is used exclusively by Kafka administration utilities (via KafkaAdminClient) to describe the configuration of specified resources which is handled by KafkaApis (on the broker).
DescribeConfigsRequest is created when:
-
DescribeConfigsRequestis requested to parse a byte buffer -
AbstractRequestis requested to parse a request (with the DescribeConfigs API key) -
DescribeConfigsRequest.Builderis requested to build a DescribeConfigsRequest
DescribeConfigsRequest.Builder Utility
DescribeConfigsRequest.Builder is a request builder to build a DescribeConfigsRequest.
DescribeConfigsRequest.Builder is used when…FIXME