github.com/erda-project/erda-infra@v1.0.9/providers/cassandra/README.md (about)

     1  # Cassandra Client Provider
     2  
     3  The Cassandra Client Provider a simple encapsulation of Cassandra Client.
     4  Provided concise APIs, and easy to do batch write.
     5  
     6  ### Configuration
     7  
     8  ```yaml
     9  cassandra:
    10      host: "localhost:9042"
    11      # security: ${CASSANDRA_SECURITY_ENABLE:false}
    12      # username: ${CASSANDRA_SECURITY_USERNAME:}
    13      # password: ${CASSANDRA_SECURITY_PASSWORD:}
    14      # timeout: "${CASSANDRA_TIMEOUT:3s}"
    15  ```