-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Option for poll rate? #2127
Comments
you're wrong 😺 -- the binlog client keeps a connection always open and just waits for data from the server. doesn't poll in the way an HTTP client would poll |
Thanks for clarify. Here what I found. |
check the mysql internals manual: https://dev.mysql.com/doc/dev/mysql-server/latest/ debezium's property... yeah if you read that description it's not really about polling the server, seems like not a great name. |
The link is point to the homepage, is it intentional?
Oops :p |
Correct me if I am wrong.
In my understand, read binlog is a infinite loop to keep check if any new sql event.
Is there an option to control the poll rate?
The text was updated successfully, but these errors were encountered: