We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9743bc1 commit b046a0bCopy full SHA for b046a0b
1 file changed
streamz/sources.py
@@ -592,7 +592,8 @@ def start(self):
592
self.stopped = False
593
tp = ck.TopicPartition(self.topic, 0, 0)
594
595
- # blocks for consumer thread to come up and invoke poll to establish connection with broker to fetch oauth token for kafka
+ # blocks for consumer thread to come up and invoke poll to establish
596
+ # connection with broker to fetch oauth token for kafka
597
self.consumer.poll()
598
self.consumer.get_watermark_offsets(tp)
599
self.loop.add_callback(self.poll_kafka)
0 commit comments