我想知道如何更改或修改现有Cassandra集群的集群名称。接下来,我使用下面的查询更新集群名称,但在试图更改系统表时失败了。InvalidRequest: Error from server: code=2200 [Invalid query] message="Modification is not supported by table
我正在开发spring boot应用程序,并尝试连接Data Stax Cassandra。下面是我写的。;import org.springframework.data.cassandra.mapping.Table;
public class Inbound implements Serializable{
private int tr