Currently, I retrieve the IP addresses of Cassandra nodes by parsing the db.xml file located in the Skyline Dataminer folder on the C: drive. However, I'm looking for a more efficient or modern method to gather this information, ideally without relying on the Apache Cassandra Driver.
Esteban Pardo [SLC] [DevOps Member] Selected answer as best
One option is to have your script execute the "nodetool status" command on the Cassandra server then extract the node IPs from the output.
Esteban Pardo [SLC] [DevOps Member] Selected answer as best