We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5ac3e commit c692748Copy full SHA for c692748
src/test/resources/throttler-example.conf
@@ -3,7 +3,6 @@ datastax-java-driver {
3
basic.request.consistency = "LOCAL_QUORUM"
4
basic.contact-points = [ "cassandra.us-east-1.amazonaws.com:9142"]
5
6
- advanced.metadata.schema.enabled = false
7
advanced.metadata.token-map.enabled = false
8
9
advanced.reconnect-on-init = true
@@ -41,10 +40,10 @@ datastax-java-driver {
41
40
class = DefaultSslEngineFactory
42
#truststore-path = "/Users/user/.cassandra/cassandra_truststore.jks"
43
#truststore-password = "amazon"
44
- hostname-validation = true
+ hostname-validation = false
45
}
46
47
- advanced.connection.pool.local.size = 1
+ advanced.connection.pool.local.size = 2
48
49
50
0 commit comments