diff options
Diffstat (limited to 'kafka')
-rw-r--r-- | kafka/consumer/group.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py index 39a4e08..6c12767 100644 --- a/kafka/consumer/group.py +++ b/kafka/consumer/group.py @@ -552,7 +552,7 @@ class KafkaConsumer(six.Iterator): committed = None return committed - def _fetch_all_topit_metadata(self): + def _fetch_all_topic_metadata(self): """A blocking call that fetches topic metadata for all topics in the cluster that the user is authorized to view. """ |