You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I run into the following exception from within the library:
File "/usr/lib/python3.6/site-packages/kafka/consumer/group.py", line 570, in poll
records = self._poll_once(remaining, max_records)
File "/usr/lib/python3.6/site-packages/kafka/consumer/group.py", line 604, in _poll_once
records, partial = self._fetcher.fetched_records(max_records)
File "/usr/lib/python3.6/site-packages/kafka/consumer/fetcher.py", line 336, in fetched_records
if not self._next_partition_records:
File "/usr/lib/python3.6/site-packages/kafka/consumer/fetcher.py", line 855, in __len__
if self.messages is None or self.message_idx >= len(self.messages):
AttributeError: 'PartitionRecords' object has no attribute 'message_idx'