Altinity/clickhouse-mysql-data-reader

Connection via proxysql

shafiev opened this issue · 6 comments

Is there way to work through a proxysql ? The standart schema is

clickhouse ---> proxysql ---> mysql master 1

What for?

What for?

For route for live master if old is dead( classical pair orchestrator + proxysql)

@sunsingerus Please explain what you don't understand ?

What exact use case proposed approach is supposed to cover? I am not that familiar with proxysql and have no clear understanding on whether proxysql is capable to proxy mysql log replay from master to slave.

The case that - need to automatically change to current master to prevent data loss.

Possibly make each node slave of the remaining one and pump MySQL data to ClickHouse only from self? Interested in that kind of solutions, too.