Module Kafka.Metadata

type topic_metadata = {
topic_name : string;
topic_partitions : partition list;
}