使用 CQL python 驱动程序的 Cassandra 环状态

Cassandra ring status using CQL python driver

我正在尝试获取 cassandra 集群的健康状况,有没有办法使用 python CQL 驱动程序来获取它?

我之前使用 pycassa 作为基于 thrift 的数据模型:https://github.com/datastax/python-driver

有没有办法使用 CQL python 驱动程序

来获取集群运行状况或get_endpoints

集群由元数据描述,如official documentation. For example, there is Metadata.token_map that holds information中关于环、令牌分配等的描述