Package kafka.server.handlers
Class DescribeTopicPartitionsRequestHandler
java.lang.Object
kafka.server.handlers.DescribeTopicPartitionsRequestHandler
-
Constructor Summary
ConstructorsConstructorDescriptionDescribeTopicPartitionsRequestHandler
(kafka.server.metadata.KRaftMetadataCache metadataCache, kafka.server.AuthHelper authHelper, kafka.server.KafkaConfig config) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.common.message.DescribeTopicPartitionsResponseData
handleDescribeTopicPartitionsRequest
(kafka.network.RequestChannel.Request abstractRequest)
-
Constructor Details
-
DescribeTopicPartitionsRequestHandler
public DescribeTopicPartitionsRequestHandler(kafka.server.metadata.KRaftMetadataCache metadataCache, kafka.server.AuthHelper authHelper, kafka.server.KafkaConfig config)
-
-
Method Details
-
handleDescribeTopicPartitionsRequest
public org.apache.kafka.common.message.DescribeTopicPartitionsResponseData handleDescribeTopicPartitionsRequest(kafka.network.RequestChannel.Request abstractRequest)
-