You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to define ctl_connection_settings and the option to fail when table information is unavailable (#176)
* Add optional ctl_connection_settings to give separate cluster to check changes in a given cluster rather than default, force failure on failure to get TableMetadata
* Made failing table metadata unavailable error an optional parameter of BinLogStreamReader, added charset for ctl_connection_settings
* Fill out TableMetadataUnavailableError to receive a table instead of it being a generic exception
* Add test for metadata unavailable failure, fix metadata unavailable exception builder
* Added tests for ctl_connection_settings, fixed travis for new mysql servers necessary for ctl_connection_settings test (including removing usage of mysql sandbox in mysql57 tests to bring it in line with what's going on in mysql56 tests)
0 commit comments