-
Notifications
You must be signed in to change notification settings - Fork 997
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
canal: support ipv6 address #943
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try to support things like :3307
(e.g. only a port, not a host)? And maybe have a default port number if none is specified? (eg. ::1
)
What about tests and CI? Anything we can do to test this and/or make it easier to test? |
As a client tool for MySQL, I think the host of the MySQL server should be clearly specified. |
b9797d3
to
7c5a140
Compare
Test cases and CI have been completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ptal @dveeden
canal:
[::1]:3306
in canal::1
or[::1]:3306
in dumper