No sharing of databases across different services

So the documentation reads. In the context of Cassandra, does this mean that different services shouldn’t share a keyspace? Or does it mean that different services shouldn’t share a cassandra ring/cluster?

@sidnt in context of cassandra every service should have its on keyspace. Multiple services can share a cassandra cluster.

P.S. Same principal applies for kafka, elastic search,…