Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetNextPosition() get result (,0) #1017

Open
GitGreenHand opened this issue Mar 26, 2025 · 1 comment
Open

GetNextPosition() get result (,0) #1017

GitGreenHand opened this issue Mar 26, 2025 · 1 comment

Comments

@GitGreenHand
Copy link

GitGreenHand commented Mar 26, 2025

v1.11.0
code :

syncer := replication.NewBinlogSyncer(cfg)
nextPosition := syncer.GetNextPosition()
fmt.Println("Current binlog:", nextPosition)

result :

Current binlog: (, 0)

I want to get mysql current position ,so I find this GetNextPosition() method ,but it return (,0).
I don't know this method means?
it does not to connect mysql for getting lately position?
if I wan to get current position of mysql , how to get it ?

@dveeden
Copy link
Collaborator

dveeden commented Apr 1, 2025

You would need to call syncer.StartSync(pos) or syncer.StartSyncGTID(gtid) and then while processing the binlogs this should show the next position.

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

No branches or pull requests

2 participants