Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cassandra.keyspaceName=<Name of the Keyspace the XCONF column families are located in>
cassandra.localDataCenter=<name of Cassandra data center>
cassandra.contactPoints=<Comma separated list of IP addresses or resolvable hostnames of Cassandra seed nodes>
cassandra.port=<CQL port (Cassandra default for this is 9042)>
cassandra.consistencyLevel=<Cassandra query consistency level (suggested either LOCAL_QUORUM, LOCAL_ONE, or ONE)>
cassandra.username=<Username to access Cluster>
cassandra.password=<Password associated with the username>
dataaccess.cache.changedKeysCfName=<Column family associated with changed keys (this is listed in test cases and docs as XconfChangedKeys4)>
specific.maxConnectionsPerRoute=<default 100>
specific.maxConnections=<default 100>
specific.connectionTimeoutInMs=<default 2000>

Starting XConf Data Service

...