canonical / cassandra-k8s-operator

Apache License 2.0
1 stars 4 forks source link

Remove new database #48

Closed dstathis closed 2 years ago

dstathis commented 2 years ago

Creating databases automatically is too complicated and sort of not supported by the python driver.

dstathis commented 2 years ago

LGTM in general.

Are we planning to remove this functionality entirely, or replace it with raw CREATE KEYSPACE cql through a session?

The plan is that people should in most cases create keyspaces manually. For LMA HA we will likely have to do a manual query.