anilvpatel21 commented on issue #12881:
URL: https://github.com/apache/superset/issues/12881#issuecomment-778374116
alt_hosts – list of alternative hosts for connection. Example:
`clickhouse://username:password@host:port/database?alt_hosts=host1:port1,host2:port2`
It will assure that if the host is failing it will connect to the alternate
host for the high availability.
As in Apache superset the parameters are not acceptable, may be it's a
problem of sqlachemy-clickhouse drive.
Also I tried clickhouse-sqlachemy driver which depends on clickhouse-driver
and the driver gets loaded and connection is established using TCP protocol,
but somehow did not received acknowledgement. It also a problem of the driver
here.
How to assure high availability of clickhouse database while connecting
using superset?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]