There was an error while loading. Please reload this page.
1 parent 4f70598 commit eef8f8eCopy full SHA for eef8f8e
src/__init__.py
@@ -225,7 +225,7 @@ def _binlog_loader(self):
225
"""
226
read row from binlog
227
228
- if self.log_file and self.log_pos:
+ if self.is_binlog_sync:
229
resume_stream = True
230
logging.info("Resume from binlog_file: {file} binlog_pos: {pos}".format(file=self.log_file,
231
pos=self.log_pos))
0 commit comments