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.
Wale Oguntoyinbo [SLC] [DevOps Advocate] Answered question 3 hours ago
One option is to have your script execute the "nodetool status" command on the Cassandra server then extract the node IPs from the output.
Wale Oguntoyinbo [SLC] [DevOps Advocate] Answered question 3 hours ago