absurdfarce opened a new issue, #802: URL: https://github.com/apache/cassandra-ccm/issues/802
Introduce a pluggable "backend" interface. Each instance of this interface contains logic specific for spinning up Cassandra instances in various environments. The existing logic would be moved to a "local" or "local install" backend. Additional backends might include a "docker" backend (for spinning up an instance using one of the defined Docker images) as well as vendor-maintained backends for the various hosted services (Astra, Amazon Keyspaces, etc.) Main goal here is to make ccm a common interface for creating, managing and destroying instances across a wide range of environments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
