blob: 692e57f914ea9748355c0dc1bdd042c5b2eb2c1d [file] [log] [blame]
Instrumental12f7f462018-04-23 15:43:47 -05001############################################################
2# Cassandra properties for AAF Components needing
3# on 2018-03-02 06:59.628-0500
4############################################################
5# LOCAL Cassandra
6cassandra.clusters=cass.aaf.osaaf.org
7cassandra.clusters.port=9042
8#need this to be fully qualified name when REAL AAF integration
9cassandra.clusters.user=cassandra
Instrumental9ec28952018-07-12 11:14:10 -050010cassandra.clusters.password=enc:<Encrypted Password>
Instrumental12f7f462018-04-23 15:43:47 -050011
12# Name for exception that has happened in the past
13cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
14
15# Example Consistency Settings for Clusters with at least instances
16#cassandra.writeConsistency.ns=LOCAL_QUORUM
17#cassandra.writeConsistency.perm=LOCAL_QUORUM
18#cassandra.writeConsistency.role=LOCAL_QUORUM
19#cassandra.writeConsistency.user_role=LOCAL_QUORUM
20#cassandra.writeConsistency.cred=LOCAL_QUORUM
21#cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
22
23# Consistency Settings when Single Instance
24cassandra.writeConsistency.ns=ONE
25cassandra.writeConsistency.perm=ONE
26cassandra.writeConsistency.role=ONE
27cassandra.writeConsistency.user_role=ONE
28cassandra.writeConsistency.cred=ONE
29cassandra.writeConsistency.ns_attrib=ONE
Instrumental9ec28952018-07-12 11:14:10 -050030