-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
In the same way as you can find out if a node is a data node or not, it'd be good to tell if a node has http enabled or not.
One of the things I'd like to be able to do, is to query one node about
the other http enabled nodes in the cluster (in the same was as you can
find out which nodes are data nodes)
In other words, one of my clients starts up, queries the 'main' node
about which listeners are available, then randomly selects one of those
nodes.
The idea is to spread the load between the nodes, and also, if a node
goes down, then my client already has a list of other nodes that it can
try connecting to.
thanks
Clint