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 c692748 commit 1902713Copy full SHA for 1902713
src/test/resources/validation-example.conf
@@ -4,10 +4,7 @@ datastax-java-driver {
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
10
+
11
advanced.reconnect-on-init = true
12
#advanced.protocol.version = "V4"
13
@@ -46,7 +43,7 @@ datastax-java-driver {
46
43
hostname-validation = false
47
44
}
48
45
49
- advanced.connection.pool.local.size = 1
+ advanced.connection.pool.local.size = 2
50
51
advanced.validation.class = com.aws.ssa.keyspaces.validation.SessionValidator;
52
0 commit comments