File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ def _list_consumer_group_offsets_process_response(self, response):
12091209
12101210 :param response: an OffsetFetchResponse.
12111211 :return: A dictionary composed of TopicPartition keys and
1212- OffsetAndMetada values.
1212+ OffsetAndMetadata values.
12131213 """
12141214 if response .API_VERSION <= 3 :
12151215
@@ -1223,7 +1223,7 @@ def _list_consumer_group_offsets_process_response(self, response):
12231223 .format (response ))
12241224
12251225 # transform response into a dictionary with TopicPartition keys and
1226- # OffsetAndMetada values--this is what the Java AdminClient returns
1226+ # OffsetAndMetadata values--this is what the Java AdminClient returns
12271227 offsets = {}
12281228 for topic , partitions in response .topics :
12291229 for partition , offset , metadata , error_code in partitions :
You can’t perform that action at this time.
0 commit comments