Is it possible to specify several hosts with citus_add_node?
It will allow automatically redirect coordinator's connections in case of worker's failover.
For example , like libpq string for psql:
psql -d 'host=masterIP,replicaIP1,replicaIP2 port=5432 dbname=mydb user=postgres target_session_attrs=read-write'
If it is not supported, - do U have a plans to implements this any time soon?
Thanks.