Hi,
I have a cluster with three nodes on docker.
MasterNode: 0.0.0.0:9200, Node2: 0.0.0.0:9201, Node3: 0.0.0.0:9202
I use Nest in .NetCore Application. and i connect to cluster with http://:9200/
and this connection works as well.
But when master node fails , connection to :9200 also fails!!!
What is the best approach for this situation?