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
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Feature Request
Is your feature request related to a problem? Please describe:
Currently, we need the following assumptions to make relay unit workers correctly:
But these assumptions may not always satisfied.
Describe the feature you'd like:
We can change the assumption to the following:
In other words, the correctness of the relay unit relies on the sending behavior of the master, not binlog file on the master.
In practice, we can use some dummy events to fill the relay log file if no corresponding events received from the master.
The text was updated successfully, but these errors were encountered: