-
Notifications
You must be signed in to change notification settings - Fork 690
-
I don't want to dump from the beginning on each running
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
I dont understand exactly what you said.
Do You want to stream specific bin log pos?
Beta Was this translation helpful? Give feedback.
All reactions
2 replies
-
yes.
Each time I re-run the program, it re-processes these rows instead of ignoring the rows that have already been processed.
Beta Was this translation helpful? Give feedback.
All reactions
-
@sixwaaaay
set binlogStream like this.
eg)
stream = BinLogStreamReader(
connection_settings=MYSQL_SETTINGS, server_id=3, blocking=True, log_pos=644, log_file='binlog.000013', resume_stream=True
)
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment