MetadataRequest constructor

MetadataRequest([
  1. Set<String>? topicNames
])

Creats new instance of Kafka MetadataRequest.

If topicNames is omitted or empty then metadata for all existing topics will be returned.

Implementation

MetadataRequest([this.topicNames]) : super();