Hello, What's the difference between the .toIterator() and .iterator() methods for KafkaStream? I see they return different types and one of my coworkers is noticing that when he uses .toIterator() will block at times where .iterator() will not block.
Casey