Values.TopicPartitionInfoSourceContains information about a topic partition.
type nonrec t = {partition : int option;The partition ID.
*)leader : int option;The leader broker ID for the partition.
*)replicas : int list option;The list of replica broker IDs for the partition.
*)isr : int list option;The list of in-sync replica broker IDs for the partition.
*)}