Skip to content

Commit

Permalink
Allow unit testing on modern DW
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Wallace committed Oct 31, 2018
1 parent e3099bd commit 432db9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ private Cluster createCluster(String host, int cqlPort, TypedMap parameters) {
.withCompression(compression).withLoadBalancingPolicy(loadBalancingPolicy).withRetryPolicy(retryPolicy)
.withReconnectionPolicy(reconnectionPolicy)
.withProtocolVersion(ProtocolVersion.NEWEST_SUPPORTED)
.withoutJMXReporting()
.build();

// Add Cluster for shutdown process
Expand Down

0 comments on commit 432db9c

Please sign in to comment.