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
story:
I want to cache some data from the database in the application. I need to wait until binlog synchronization has started before starting pulling data from the database so that updates are not lost. (If synchronization has not started when pulling data, some updates will be lost).
I noticed that there was a variable called running in syncer, but it was not exposed to the public. Judging by synedPosition doesn't seem very accurate.
The text was updated successfully, but these errors were encountered:
story:
I want to cache some data from the database in the application. I need to wait until binlog synchronization has started before starting pulling data from the database so that updates are not lost. (If synchronization has not started when pulling data, some updates will be lost).
I noticed that there was a variable called running in syncer, but it was not exposed to the public. Judging by synedPosition doesn't seem very accurate.
The text was updated successfully, but these errors were encountered: