Atheer Abdullatif
Results
2
issues of
Atheer Abdullatif
Adding [ClusterMetadata] and [KafkaAdminClient] snippet code --- This change is [](https://reviewable.io/reviews/dpkp/kafka-python/2308)
I am trying to get all the available partitions and their offsets using list_consumer_group_offsets `def get_consumer_group_offset(group): topic = '' g = create_admin() returnlist = [] counter = 0 end_offsets =...