File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
scala/datastax-v4/aws-glue/export-to-s3 Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 11
22datastax-java-driver {
3- basic.request.consistency = "LOCAL_QUORUM"
3+ basic.request.consistency = "LOCAL_ONE"
4+ basic.request.default-idempotence = true
45 basic.contact-points = [ "cassandra.us-east-1.amazonaws.com:9142"]
5-
66 advanced.reconnect-on-init = true
77
88 basic.load-balancing-policy {
@@ -16,19 +16,16 @@ datastax-java-driver {
1616 }
1717
1818 advanced.throttler = {
19- class = ConcurrencyLimitingRequestThrottler
20- max-concurrent- requests = 30
21- max-queue-size = 2000
19+ class = RateLimitingRequestThrottler
20+ max-requests-per-second = 1000
21+ drain-interval = 10 milliseconds
2222 }
2323
24-
25-
2624 advanced.ssl-engine-factory {
2725 class = DefaultSslEngineFactory
2826 hostname-validation = false
2927 }
3028
31- advanced.connection.pool.local.size = 1
32-
29+ advanced.connection.pool.local.size = 2
3330
3431}
You can’t perform that action at this time.
0 commit comments