stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
14 stars 16 forks source link

Investigate removing the replication settings from `createNamespace` and `createKeyspace` commands #1407

Open amorton opened 2 months ago

amorton commented 2 months ago

these make no sense when running in Astra, I assume they are there for DSE / OSS support.

See CreateNamespaceCommand / CreateKeyspaceCommand classes , second is only added by #1397

If that is the case it is not clear in the code if they:

jeffreyscarpenter commented 2 months ago

We don't actually expose createNamespace in Astra, so is there anything really to do here?