Re: [DISCUSS] SIP-16: Distinguishing Single Node and Cluster Operation Modes at API level

2025-03-22 Thread Jason Gerlowski
Hey Christos, Sorry again for the delay; some replies inline. > For '/api/node' how can I tell which node I am interacting with when > running in cloud mode? Am I connecting to a specific node via a different > hostname + port, or am I connecting with a node through a load balancer / > zookeeper?

Re: [DISCUSS] SIP-16: Distinguishing Single Node and Cluster Operation Modes at API level

2025-03-22 Thread David Smiley
This discussion is relevant to a conundrum I face, touching HealthCheckRequest. It has a little hack to detect it's being used with CloudSolrClient so it can induce a failure because it's not supposed to be used in a node-ambiguous way; it's supposed to be directed at a specific node to have meani