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

does replication support mysql compress protocol? #645

Closed
zhanghaiyang9999 opened this issue Nov 15, 2021 · 3 comments · Fixed by #787
Closed

does replication support mysql compress protocol? #645

zhanghaiyang9999 opened this issue Nov 15, 2021 · 3 comments · Fixed by #787

Comments

@zhanghaiyang9999
Copy link

I want to know whether the replication support the mysql compression protocol?
If yes, how to enable the compress protocol in BinlogSyncerConfig? thanks!

@lance6716
Copy link
Collaborator

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

@dveeden
Copy link
Collaborator

dveeden commented Feb 21, 2023

Note that there is:

@dveeden
Copy link
Collaborator

dveeden commented Feb 21, 2023

There is already a ticket for the compressed event format: pingcap/dm#533

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 a pull request may close this issue.

3 participants