-
Notifications
You must be signed in to change notification settings - Fork 989
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
does replication support mysql compress protocol? #645
Comments
This library can receive compressed binlog event but won't decode it. Any program using this library should implement the decoding itself. For example, pingcap/tiflow#10159 |
Note that there is:
|
There is already a ticket for the compressed event format: pingcap/dm#533 |
I want to know whether the replication support the mysql compression protocol?
If yes, how to enable the compress protocol in BinlogSyncerConfig? thanks!
The text was updated successfully, but these errors were encountered: