We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f73287 commit 1a0f297Copy full SHA for 1a0f297
kafka/consumer/group.py
@@ -552,7 +552,7 @@ def committed(self, partition):
552
committed = None
553
return committed
554
555
- def _fetch_all_topit_metadata(self):
+ def _fetch_all_topic_metadata(self):
556
"""A blocking call that fetches topic metadata for all topics in the
557
cluster that the user is authorized to view.
558
"""
0 commit comments