What's Changed
* Prevent binlog removal during initial replication by bakwc in https://github.com/bakwc/mysql_ch_replicator/pull/5
* Tables and databases flexible filtering by bakwc in https://github.com/bakwc/mysql_ch_replicator/pull/6
Now possible to use a list of databases / tables, e.g.:
yaml
databases: ['my_database_1', 'my_database_2']
tables: ['table_1', 'table_2*']
Previous syntax (with single database) also supported.
**Full Changelog**: https://github.com/bakwc/mysql_ch_replicator/compare/0.0.16...0.0.17