Hello
When replicating from scratch, non-ascii characters (cyrillic, for example) transfered to clickhouse correctly, but when a new row added in MySQL after initial replication is finished, in Clickhouse symbols are saved like '\uffffffd0\uffffff91'.
For example, field in MySQL:
"some_text:Б" -- "Б" is U+0411
in Clickhouse it appears as:
"some_text:\uffffffd0\uffffff91"
When replicating from scratch, problem doesn't appear, it's only on real-time replication
In MySQL character set is 'utf8mb4'