package kafka

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type topic_metadata = {
  1. topic_name : string;
  2. topic_partitions : partition list;
}