Skip to content

Conversation

wangyusong001
Copy link

Support read from specific MySQL Binlog gtid.
When reading a highly available MySQL Cluster, a master-slave switch or IP drift occurs and the checkpoint is not updated in a timely way, resulting in a failure to start reading from the checkpoint file due to a change in GTIDs.Since our checkpoints are spaced far apart, this is likely to affect us.
We added the GTID field in the checkpoint file to facilitate our clients to get the accurate GTID.

wangyusong001 added 3 commits April 13, 2021 18:25
@dutao1
Copy link

dutao1 commented Apr 16, 2021

赞 👍

@silvermissile
Copy link

good.
better to have a unit test

@leonardBang
Copy link
Contributor

@wangyusong001 Would you like to support read from specific offset for new MySqlSource(com.ververica.cdc.connectors.mysql.source.MySqlSource) ?

@GOODBOY008
Copy link
Member

@wangyusong001 Would you like to support read from specific offset for new MySqlSource(com.ververica.cdc.connectors.mysql.source.MySqlSource) ?

@leonardBang I am willing to support this feature,If @wangyusong001 do not have time.

@leonardBang
Copy link
Contributor

@wangyusong001 Would you like to support read from specific offset for new MySqlSource(com.ververica.cdc.connectors.mysql.source.MySqlSource) ?

@leonardBang I am willing to support this feature,If @wangyusong001 do not have time.

I think you can keep @wangyusong001 's contribution and support this feature base on his/her work.

@GOODBOY008
Copy link
Member

@wangyusong001 Would you like to support read from specific offset for new MySqlSource(com.ververica.cdc.connectors.mysql.source.MySqlSource) ?

@leonardBang I am willing to support this feature,If @wangyusong001 do not have time.

I think you can keep @wangyusong001 's contribution and support this feature base on his/her work.

Ok,I will.Thanks for your reply!

@ruanhang1993
Copy link
Contributor

This has been supported in #1661 . Close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants