cql-proxy
cql-proxy copied to clipboard
Properly handle DDL queries and update schema version
When not using Astra, DDL queries should wait at the proxy until the schema version is consistent across all nodes in the cluster. Also, it'd be nice if the schema version in the mock system tables matched the actual schema version. Maybe it's not important...