'Merge branch 'SupportKeyspace' into experimental_keyspace

This commit is contained in:
Peter Chen
2025-09-04 08:44:50 -07:00
15 changed files with 303 additions and 126 deletions

View File

@@ -89,6 +89,14 @@ This document provides a list of all available Clio configuration properties in
- **Constraints**: The minimum value is `1`. The maximum value is `4294967295`.
- **Description**: Represents the number of threads that will be used for database operations.
### database.cassandra.provider
- **Required**: True
- **Type**: string
- **Default value**: `cassandra`
- **Constraints**: The value must be one of the following: `cassandra`, `aws_keyspace`.
- **Description**: The specific database backend provider we are using. Currently we only support cassandra, or aws_keyspace.
### database.cassandra.core_connections_per_host
- **Required**: True