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:
-
DescribeConfigsRequest
is requested to parse a byte buffer -
AbstractRequest
is requested to parse a request (with the DescribeConfigs API key) -
DescribeConfigsRequest.Builder
is requested to build a DescribeConfigsRequest
DescribeConfigsRequest.Builder
Utility
DescribeConfigsRequest.Builder
is a request builder to build a DescribeConfigsRequest.
DescribeConfigsRequest.Builder
is used when…FIXME