MetadataResponse
holds information about a Kafka cluster, i.e. the broker nodes, the controller and the topics.
MetadataResponse
is created mainly when KafkaApis
handles a Metadata request.
MetadataResponse
takes the following when created:
MetadataResponse
initializes the internal registries and counters.